Forum Discussion
mamsteroonie
4 years agoHelper I
Dynamic Power Automate Fields need grouped together
I have a Power Automate flow within Power Bi Desktop that uses dynamic Power BI fields...The idea of the flow is to check to see if a person is overdue by a date range and send an email to the manage...
mamsteroonie
4 years agoHelper I
I still can't get this to work, unfortunately. going to a Power Platform conference and will ask there
- lbendlin4 years agoSuper User
I did some test and the "Send email" action doesn't even want an array. It wants a list of emails separated by semicolon. So all you need to do is initialize an empty variable and then in each iteration add the email and a semicolon. After the loop use the variable for the TO: field.