Hello,
is there a way to create a foreach logic in Zoho Flow?
I'd like to do the following. When a record is updated:
- take a string from a specific field of that record (a list of full names separated by commas)
- for each full name, fetch the corresponding users and get the email of each user
- send an email to all the email addresses of step 2
Thank you
Antonio