Skip to main content

Answer a poll and see results

When someone starts a poll it shows up as a message in the group's channel, and anyone in the channel can answer it. As soon as you've voted you see the tally, and you can revisit or change your answer any time.

  1. Open the group's channel from Chats and find the poll in the message list.

  2. Give your answer to the question — pick an option for a Choices question, set a Rating, or type into the number or text field.

    Screenshot coming soon
    A poll posted in a channel showing a Choices question with selectable options before voting
    Capture spec (for maintainers)
    {
      "id": "web.polls.answer-a-poll.question",
      "platform": "web",
      "route": "/chats/groups/:groupId/:channelId",
      "actions": [
        {
          "click": {
            "testId": "poll-choice-option-0"
          }
        }
      ],
      "clip": {
        "testId": "poll-display",
        "pad": 16
      }
    }
  3. Click Confirm to submit your answer.

  4. The poll switches to show the results. Use the See answers and Edit answer buttons to toggle between everyone's tally and your own response.

    Screenshot coming soon
    The poll results tally shown after voting, with the See answers / Edit answer toggle
    Capture spec (for maintainers)
    {
      "id": "web.polls.answer-a-poll.results",
      "platform": "web",
      "route": "/chats/groups/:groupId/:channelId",
      "actions": [
        {
          "click": {
            "testId": "poll-choice-option-0"
          }
        },
        {
          "click": {
            "testId": "poll-answer-confirm-button"
          }
        }
      ],
      "clip": {
        "testId": "poll-display",
        "pad": 16
      }
    }
  5. If the poll has more than one question, use the arrows to move between questions — each one is answered separately.

tip

Changed your mind? Open the poll again, tap or click Edit answer, update your choice, and Confirm. The results refresh in real time for everyone.