Hello,
I have data coming in as a string. Sometimes the data has multiple elements separated by a comma, other times not.
What I would like to do is test to see if there are multiple elements, and if so, then perform an action over each of the items in the list.
For example, here is my input data: "[email protected],[email protected],[email protected]"
I would like to add each of these three emails onto a subscriber list separately.
Please help.
Thanks,
Ben
I have data coming in as a string. Sometimes the data has multiple elements separated by a comma, other times not.
What I would like to do is test to see if there are multiple elements, and if so, then perform an action over each of the items in the list.
For example, here is my input data: "[email protected],[email protected],[email protected]"
I would like to add each of these three emails onto a subscriber list separately.
Please help.
Thanks,
Ben