
Hello,
I'm creating a draft email in Outlook, using an HTTP call. The flow is triggered by a button in power apps. The inputs are body, address and subject.
My problem starts when the recipients is a dynamic string, with mails separated by semicolon.
Does anybody know how to change in the flow the "toRecipients" value to dynamic?
I have compose the string os emails after Parse Json.
Thanks