
Announcements
Hello!
I have a flow configured to send a Teams message when specific conditions are met. Initially for testing I only had 1 recipient. First test was with myself hard-coded as the recipient and then the second test was only one recipient pulled from the JSON. Both of those test scenarios worked. Now that I'm adding multiple recipients, it fails every single time it is triggered. Can anyone spot what I may be missing? Once again I feel like it's something "obvious".
This is the Initialize variable to add in static recipients:
This is the Append to string variable and Recipient if the conditions are not met:
This is the raw input - which shows the correct recipient list under "body/recipient":
and this is the error I keep getting:
Any help is GREATLY appreciated as I'm very new to Power Automate and am in no way a developer!
Thank you!
Jenn
I think you can even send to one recipient or to a chat but I don’t think you can create a chat by adding all people in this action like you would do if you do it manually. This works for mail but I don’t think this works for the teams actions.
Use apply to each to send it to all the recipient. I would suggest a compose array and not a string variable.