How to Get User who Submitted 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

1 Like

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.

1 Like

Awesome @Jeff_Hager - that was an easy solution - much appreciated!

1 Like