Hi,
I am new to AppGyver and I was curious if there was a way to add upvotes!
Any tips would be great. Thanks
Hi,
I am new to AppGyver and I was curious if there was a way to add upvotes!
Any tips would be great. Thanks
Definitely possible.
Create a button and a number type page variable “incrementBy1” for example.
In the logic canvas of the button you created, attach a Set page variable to the onTap event of the button. Link that Set page var to the incrementBy1 pageVar. And assign the value to a formula like
pageVar.incrementBy1 + 1