How To Get Emails Fields From Users Field Type In Zoho Creator
Users field is a special field type that Zoho has enabled to capture all the app users based on their respective roles. Most people wondering that they can get only username but not the email ID. Please find the below script to fetch email from users field type in zoho creator. If the users field variable name is "users", then, Fetch_Email = users.email_id; This above example code will assign the user email if to the Fetch_Email string. You can always contact us on any issues. Please post your comments below, we will respond to that as early as possible.