Hi guys, I am recreating my like/dislike system and I would like it to recognise whether like/dislike is applied already and based on that add +1/+2 (-1/-2) to come back to zero and then count the vote. I tried conditional visibilities, as well as actions but got completely lost with no idea of how to continue. If anyone could give me any advice, I would be grateful. Thanks
Does anyone have any ideas on that please? I made classic like/dislike system that only adds and removes like but does not go into negative numbers. If anyone knew, it would be highly appreciated. Thanks!
This can be done by an update to your record to read like this I use the parentheses but I donโt know if they are needed:
So if Iโm in a collection of widgets and the like is curre try 1
Update widgets collection on button press
(Widgetcount+1) this just needs to be a number field in your collection for it to work.
Hope this helps!
Could you please elaborate a bit on that? Iโve got a relationship between users and widgets and action adds/removes user from total likes and based on that, visibility changes too. I am not sure how would I do that you suggested and keep options visible. Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.