Mar 11, 2024 08:22 PM
Is there a way to extract a users email address from their account info?
Context...
I have a form built in "interfaces" and have toggled on "see who submitted response".
Ideally I'm trying to extract the domains for the users as a method to sort with different views.
Ex.
forms submitted by "domainA.com"
forms submitted by "domainB.com"
Solved! Go to Solution.
Mar 11, 2024 08:59 PM
Automation can get the Email from the user field.
It would be possible to trigger an update of the User field and enter the domain in the String field.
Mar 11, 2024 08:59 PM
Automation can get the Email from the user field.
It would be possible to trigger an update of the User field and enter the domain in the String field.
Mar 12, 2024 09:09 AM
Figured it out based on your comment. Appreciate it.