Making a temporary welcome screen

My app’s URL:

I have built apps where there is a welcome screen that gives general information. Maybe an image and some instructions. Once the user has made a profile, that temp welcome screen changes to a screen with more available features. For some reason that is not possible anymore. Has something change.

It is possible using the visibility component in items.
Either hide components until the user fills out his profile, or show when complete.

Just to expand on the previous comment:

The tab will initially show a list.
Pick Details.
Remove all the objects.

Now you can build up your screen, including for example a rich text box, with visibility conditions like @eltintero said.

Right. I’ve created a tutorial here:

and here:

5 Likes

Superb !!!