Hi All,
I tried to look for this specific element in the forum, however unfortunately all the similar solutions do not help with my case.
I am building an app with Adalo where users can see some venues and check-in when they are there. In the database I have the following collections:
- Venue category (museum, cinema, etc.)
- List of venues
- Badges
Now, I am already able to record who has visited what, however I am struggling in showing users badges based on the number of venues they have visited per category (every 10 visits the badge should change).
I tried to build the list view however I am unable to set the condition to show a badge when the number of visits is > than the badge set number.
Thanks a lot in advance!!