I have a SharePoint list with my team that we want to use to dictate emails among other Power Automate tasks. The issue I run into is that the string of emails I collect gives me the quotations and hard brackets and "Send an Email Notification" step won't accept that value.
I need to know how I can remove the hard brackets and quotations in the simplest way possible.
This is the list:
This is the flow:
This is the error:
Thanks for your help.
Solved! Go to Solution.
If you append to the string variable inside the loop instead of the compose you won't have the brackets that denote an array.
If you append to the string variable inside the loop instead of the compose you won't have the brackets that denote an array.
That worked! Thank you so much! 😊