Limiting Functionality Until User completes an action

Hey Everyone - I am hoping to limit some functionality of my app until a user completes a specific action. Kind of like how bereal does not let you see any pictures until you submit one. Can someone give me some guidance?

Many ways to achieve it.
Play around visibility rule with a button.

Show BUTTON that CREATES the ACTION IF
CREATED ‘WHATEVER’ Contains Logged in User.

OR

SHOW IF LOGGED IN USERS CREATED WHATEVER IS GREATER THAN 0

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

Hi @psweeney,

Welcome to the community :partying_face:

So you want to add the above feature to your app?

Thank you