Send Notification to selected employees from Enumlist

Hi,

I have a problem.

I have a an app where in the user selects few drivers from list of available drivers for a particular task.

I have used an enumlist.

Now, i wish to create a bot/automation to send notifications to all the selected drivers.

Now should i go about it.

0 3 120
3 REPLIES 3

In the Email Bot, each of the recipient fields are designed to take an expression for a list of email addresses.  So for example in the "To" of the Bot Email Task, you could insert an expression like this:

SELECT(Drivers[Email], IN([Driver ID], [Selected Drivers]))

Obviously, I don't know your data so this is just an example of what you could do.  Any expression that returns a list of email addresses will work.

Actually, now i wish to message a via whatsapp bot, and the suggested expression won't work i feel.

I have not used "whatsapp" so I don't know what they expect in their integration.

Top Labels in this Space