Using “show form” have users add data to a ‘sheet’ that has Row ID.
Is there a way to Add the User’s details to a “submitted by” column on the sheet on submission of the form?
Using “show form” have users add data to a ‘sheet’ that has Row ID.
Is there a way to Add the User’s details to a “submitted by” column on the sheet on submission of the form?
collect the users email and relate to it you can use the relation component to relate tto his/her profile
or lookup the name and details
Use the user email special value column. Then add a single relation linking email to the user sheet and lookup column to get the user’s name from the relation.
Awesome @Jeff_Hager - that was an easy solution - much appreciated!