basically i am running a reporting app. the user signs in or signs up and enters their name and surname. once they have done that they are taken to a report page where there is text saying hi. next to the next i would like it to say the users name i.e Hi John. please Help me urgently
Be sure in the sign up workflow to save the first name and last name to the ‘user’ data type (create 2 new fields both set as text - capture from something like a text input). Then once they are signed in to your app, you can then use a dynamic expression 'Hi Current User's first name'. The ‘Hi’ text is of course plain text then the rest is built using a dynamic expression, pulling the data from the logged in user.