Hi all, two simple questions:
Is there a way to have users enter their name only once? I want this to be recorded each time but I don’t want them to have to keep re-entering it each time they make an entry.
I would like users to see my terms and conditions and then agree (or disagree) with them when they first use the app. How can I do this?
Thanks in advance
Follow
Do your users need to sign in?
Yes my users sign in
Create a user table with the email address & name. Then you can read the user’s name dynamically with the email address like LOOKUP(USEREMAIL(),UsersTable,Email,Name)
Thank you, I’ll give that a go
User | Count |
---|---|
18 | |
9 | |
8 | |
5 | |
5 |