Username, welcome screen?

Hi everyone, I wanted to ask you something.

In practice, I would like to set the username of the person accessing on the screen after the login. Let me explain, the user logs in and finds himself on the homepage and here I would like a text with the words “hello chef gabry” to appear, so the name gabry must be replaced with the name of the person who logs in. Can you tell me how to do it?

Maybe it’s a trivial thing but I’ve been using adalo for a short time and therefore I don’t know how to do it. Thank you

You need to collect that information in the sign-up process.

Have a property under Users collection called “Username”, or whatever way you want to call it.

In the sign-up process, at some point you will ask them to define their username, and that’s what you will use in that screen.

Magic text:
Logged-in User > Username

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.