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.
- 🖥 Web
- 📱 Mobile
-
Open the group's channel from Chats and find the poll in the message list.
-
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 soonA poll posted in a channel showing a Choices question with selectable options before votingCapture 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 } } -
Click Confirm to submit your answer.
-
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 soonThe poll results tally shown after voting, with the See answers / Edit answer toggleCapture 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 } } -
If the poll has more than one question, use the arrows to move between questions — each one is answered separately.
-
Open the group's channel from the Chats tab and find the poll in the conversation.
-
Give your answer, then tap Confirm.
-
The poll shows the results as a bar chart. Long-press a bar to see the vote details for that option.
Screenshot coming soonThe mobile poll results bar chart after voting, with See answers / Edit answerCapture spec (for maintainers)
{ "id": "mobile.polls.answer-a-poll.results", "platform": "mobile", "route": "/chats/groups/:groupId/:channelId", "actions": [ { "tapOn": { "id": "poll-choice-option-0" } }, { "tapOn": { "id": "poll-answer-confirm-button" } } ] } -
Tap See answers or Edit answer to switch between the results and your own response. For a multi-question poll, page through the questions to answer each one.
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.