Making change to user based on total earned points. (ranking system)

Hello, I am trying to set up a ranking system.

Under database → user: I have two fields users_rank and users_icon. I have a display text (element) on my page that should dynamically update based on the users current rank and icon.

Also, within database → user: I have total_points

(the total points are coming after an api call in my submit button) Not sure if that matters.

I believe I needed to add a step on the submit button workflow after this: api call → calculating points (make changes to user) → I assume I need another make changes to user.

I tried setting one up and selecting both fields (icon/rank) and under that I set it to only when total_points > 9000 for example. But that didn’t work. Also I need it to go through a whole range of number between 1 and 50 million. 12 icon/rank titles total. The display elements for the users current rank and icon both showed “no” instead of the correct rank

Sorry if I over explain I started a week ago and am still very new.

This topic was automatically closed after 70 days. New replies are no longer allowed.