I have a running list of names that is maintained up to date, meaning new names are being added to or removed.
Is there a way to send email to only those names that are added to the data table today?
Thanks.
Solved! Go to Solution.
If you can feed your workflow with the list of new names (concatenated with ";" as separator), you can then use the outcome to feed the "To" field of the email building block.
Thank you, Christine. I will try it out and let you know.