Poll Closed

Trigger that occurs when a poll is closed
If you have more than two options they will appear as poll.option2.text, poll.option2.votes, poll.option3.text, poll.option3.votes, and so on

Variables

The following variables will be populated when this trigger executes:

Description
poll.option0.textstring

The first poll option listed

poll.option0.votesint

The number of votes cast for the first option

poll.option1.textstring

The second poll option listed

poll.option1.votesint

The number of votes cast for the second option

poll.options.countint

The number of available options

poll.questionstring

The question asked

poll.totalVotesint

The total number of votes cast

poll.winningOption.textstring

The option that received the most votes OR if there is a tie, the first listed option that tied

poll.winningOption.votesint

The number of votes cast for the winning option