I wrote a demo for doing star ratings. It’s more complex that just up, or for that matter down, voting something but it may give you a starting point. Basically you have to create a sheet that holds the votes and use a Form component to add those votes to that sheet. You can pass in as hidden values the unique name or ID of the topic, then you just need to sum up the votes. So take a look at the star ratings demo to see how that one is done.
1 Like