Forum Discussion
Robert Woods
Dec 13, 2017Iron Contributor
Email notification flow for sharepoint list not working
Hello,
I have for the last few months had a MS Flow setup that emails me a notification every time an item is added to a sharepoint list.
In the past I was able to insert dynamic content in t...
John Aage Andersen
Dec 14, 2017Iron Contributor
I just recently created a flow to send out an invitation to multiple users, who are taken from a people column allowing multiple entries.
In the flow, any reference to the people columns turns into a for each loop. The way I worked around this, was to use the loop to add the people e-mail address into an array variable.
This variable I then used in the invitation using the function join(variable,';'), which gave me the e-mail addresses with semicolon between.
Maybe you now need to do something similar! The attached image shows two steps from the Flow, the variable definition and the loop.
Kind regards, John