I did this on one of my apps, and the setup looked like this:
There was a field on the user called “welcomePopSeen”
This was a boolean “yes/no” field, and defaulted to “no”
On any given page, I had a workflow for When Page is Loaded, wait 2 seconds, then show Popup, ONLY if current user’s “welcomePopSeen = no”
Used this for a while until I removed the welcome popup altogether (only needed it when the app was new)
PT, one assumption this option makes is that there is a user (and we know who the user is). Would you see a solution if this is just a potential browsing customer, not yet a user?
Current user
This represents the current user using the app. The user can either be logged in, in which case you have access to their email, etc., or logged out. If the user is logged out, you can still modify the user object, but once the user closes their browser, you will not be able to access the user’s information.