Solved! Go to Solution.
Hi Alaina,
First, you need to create a connection to your database, selecting the table that you want to the information to be saved to. Add a button, and set the OnSelect property. ; can be used to perform multiple actions. Use the formula similar like below:
Collect(Table, { Name: User().FullName, Email: User().Email }); Navigate(Screen, ScreenTransition.Fade)
If you want to get more user information than just name and email, you can also add a connection to Office 365.
Regards,
Mona
Hi Alaina,
First, you need to create a connection to your database, selecting the table that you want to the information to be saved to. Add a button, and set the OnSelect property. ; can be used to perform multiple actions. Use the formula similar like below:
Collect(Table, { Name: User().FullName, Email: User().Email }); Navigate(Screen, ScreenTransition.Fade)
If you want to get more user information than just name and email, you can also add a connection to Office 365.
Regards,
Mona
Thank you Mona that worked!
User | Count |
---|---|
256 | |
111 | |
95 | |
48 | |
40 |