I need to convert this:
"text_2": "[{\"email\":\"ptell@domain.com\"},{\"email\":\"jsmith@domain.com\"}]"
I'm getting this from a:
JSON(collection)
in a PowerApp that triggers the flow.
My ultimate objective is to create SharePoint list items for each email.
I believe that I have to convert the first line of JSON above to a string array, so I can then use a split() function, to add to an array?
Help needed!
Thanks.

Report
All responses (
Answers (