I’m looking for help with functionality I’d like to implement with new user signups, as follows:
Automatically assign additional attributes when a new user record is created like: date joined, role, etc.
Capture user specific data on sign up, like a promo code. In this case, the user would enter this code with their name and email address and would be stored with the user’s profile record on the back end.
If these capabilities exist, any help pointing me to the right documentation would be a great help!
I don’t know how you would automatically assign a role, wouldn’t you want an onboarding process to do that?
For “date joined”, if you’re connecting your app with a Google Sheets (you don’t need to store any meaningful data in there), you’ll have an Apps: Login sheet that is filled automatically, and you can track the timestamp of each first login for each email.