I would like to setup small missions in my app for my users to complete. But I would like to also have a progress bar in which the user could see how far he/she has been through the mission. I want to achieve this whenever the user presses a button on the mission page, the progress bar would be effected.
Does anyone know or have an idea on how to do this? I would really appreciate it
Yes, lots of ways to do that
Probably a good way would be to use a visibility condition to check the mission status. If it’s completed, then hide the button.