Hi guys,
I have 3 intro screens for my app and I want to serve them only when the app opens for the first time. What logic should I put in place? Cheers
Hi guys,
I have 3 intro screens for my app and I want to serve them only when the app opens for the first time. What logic should I put in place? Cheers
You can track if the user has been onboarded or not and show them the views/screens depending on that case.
Adding a “user onboarded(or your preferred naming) = yes/no” field in the user datatype and setting a condition or workflow to track this on view load or preview the screens will do the trick.
…
Also, use the Bubble Ai Agent to guide you step by step through the process! ![]()
great idea. So what should they see when they’ve done the onboarding? I would show them the homescreen, but how would I setup that condition? iN a flow?