Skip pages after initial log in

Hi -
I’m looking to only show some pages to a logged in user the first time they log into the app. After this time I would like them to navigate to main account page and not see these. Please can someone help me?

Have a database entry for the user called “firstTimeLogIn: Yes/no”.

By default, when a User signs up it will be “Yes”… so you take them to the other pages. Once they’ve logged in, change it to be “No” so that you can take them to the main account pages.

T
Learn no code - > nocodify.com

Thanks :slight_smile: