Hey guys, got a bit of a problem.
I have an onboarding flow that has visibility settings to NOT show up when user onboarding is complete, as seen below.
sThe problem is, the page still loads for a brief millisecond for users who have completed onboarding and then switches to a page they’re allowed to see.
E.g. How To Use.
This happens every time the users reloads the page.
The profile completed data gets populated successfully on the data sheet but, as mentioned, the onboarding page still loads for a millisecond and then switches to a visible page.
Example can be seen in the gif above where I log in and just reload as a user.
This is how I store the profile setup data in the Users tab:
How can I stop this page for pre-loading and re-appearing for users who’ve completed it?