Hello,
What is the best way to notify multiple people from database table lookup on form submission? I need to be able to notify multiple people (the list is got from a database look up table) on form submission.
Hello,
What is the best way to notify multiple people from database table lookup on form submission? I need to be able to notify multiple people (the list is got from a database look up table) on form submission.
If you are pulling the email addresses in from the lookup, you can use the field in the table that holds that value in the email task Send To.
The field will capture all the email addresses and include them in the send.
We use a custom query task in Workflow for this exact thing, it queries a SQL for members in the table from the affected department(s), and then adding a "for each row" task, containing a token builder to add each row in the token "Recipient List" append value, then in the email task, that token is used in the To field, then in token dialogue use the Apply Index feature, and All Values Separated by "Semi-colon"