Hi,
You can Parse the JSON which you get in the action as explain in the following link and get all the Owners:
next use "Foreach" loop and check the email of the owner -> send him email using one of the email actions like Send email (V2)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a logic app that is connected to the Azure Function. Attached image is the output When a HTTP request is received from the Azure Function. Since the output is displaying a list on the "Body", how can I send email notification to every "Owners" using Logic App? (email to number 1, separate email to number 2 and so on the list)
I am a beginner only on Logic App and trying Initialize Variable action but still on familiarization.
Hi,
You can Parse the JSON which you get in the action as explain in the following link and get all the Owners:
next use "Foreach" loop and check the email of the owner -> send him email using one of the email actions like Send email (V2)