How would I create a "do not show next time" button/screen?

Hey Adalo fanatics!

I’m almost done w/ my app but I’m hoping I’m able to add a screen that keeps showing up until they hit the “do not show me this” anymore or something button. What would be the way to creating this?

Thanks!

Hi @marklive,

You can do it by:

  • adding a True/False property “screen shown” to Users collection
  • make the action showing this screen conditional, only when Logged-in User > screen shown is False
  • update this property to True upon clicking on “Do not show more” button.

Best regards, Victor.

2 Likes

That’s awesome! I will implement this.

Mahalo’s!

1 Like

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