Image display based on sum of entries

I would like to display images (badges essentailly) when the sum is greater than or equal to the value of the badge. For example, I have a badge for running 5 miles and I want it displayed when the users mile count is 5 or higher. I would probably want to use an Image list or simple list to display the badges on the users profile screen.

Hi @bvangal welcome to the forums!

There are 2 ways I can see this working. One is through filtering with lists: Sorting and Filtering Lists - Adalo Resources

The other is using visibility rules for each image: https://help.adalo.com/videos/changing-component-visibility

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.