Choice Elimination - Upgrade Plan

Hello Guys @Robert_Petitto @ThinhDinh @Jeff_Hager,

I am developing an App with User-specific columns with Subscription Plans. While Sign-up, User can select plan which has validity of 1 year (Example: Image)
image

However, I am also trying to add “Upgrade Plan” so that if they exceed Limit, they have an option to upgrade plan to choose higher plan. I have added another Form to do this.

However, in Choice Option, it shows all Plans whereas I want to show them only Those Plans which is Higher than their current plan. Can someone help, how can we achieve this?

Thanks

Add a column called “Hierarchy” “Levels” and add a number sequence (1, 2, 3) where 3 is an upgraded plan.

Plan Level
Basic 1
Better 2
Best 3

Then filter the choice component where Level is greater than Screen > Level

4 Likes

Thank you @Robert_Petitto
This worked really well.