Hi all,
I have a table that a user can add rows to. I have an email going out for each row of the table using the process modeler. My table is simple, the user simply inputs names:
The table variable is 'variable_4'. The email that sends the notification is:
Here's the same image, but showing the HTML:
If there are multiple rows, it adds all the names entered, separated by a comma. I would like to only display the first name in my first email, the second name in my second, etc. So for example, how would I go about sending an email and only pulling the name from #Field30(1) as referenced in the picture above?
I'm using Forms 9.2.