Button Logic Limitation

Hi everyone,

I’m hoping some one can help me out here! I am having an issue with some buttons logic. I have multiple buttons on a page and am using the sometimes visible logic to show/hide the buttons when appropriate. Each button shows relevant to the amount of listings a user has created and which paywall they are at (controlled by boolean everytime they purchase more listings). The issue I am having is the threshold. So if they have 49 listings I want the create new button to show till they hit 50 listings. When they have hit 50 listings I want the Upgrade button to display. So if i put the logic of 50 on both then NO button will display (as they are using the same number). But if I change to 49 listings the NO button displays when the user hits 49 listings.

Has anyone found a work around for this?

Thank you

@micheb why can’t you store nb of listings and use that as a condition?

Also keep in mind you can use a button states (so one button can have up to 3 states).

Best,
Victor.

I’ve sorted it after some painstaking process ha ha, thank you all!!!