Announcements
Hello All,
This is my first time constructing a question under this community so please let me know if this question should be posted against a different forum.
I am very new to Logic Apps, however a frequent user of Power Automate. To start I just wanted to make a basic logic app that sent me an email that's based off of a payload sent from a ADF pipeline. I am able to construct my workflow in the Logic App and save it perfectly fine. However, when I add in the email connector, the workflow refuses to save, and I don't receive an error as to why. It just appears as though its saving then reverts back to the save option.
If anyone could give me any direction it would be greatly appreciated.
Best Regards,
Noah Holliday
I will place my question there. I placed it here because I was linked to article underneath this forum arguing the differences between Logic Apps VS Power Automate. Thank you for your time!
Unfortunatrely, this indeed seems to be a wrong forum. This forum is about Microsoft Dynamics AX, while your question isn't related to it. Try Azure Logic Apps forum on Microsoft Q & A.
Heres the json for the email task I am trying to save.
{
"inputs": {
"host": {
"connection": {
"referenceName": "office365"
}
},
"method": "post",
"body": {
"To": "@triggerBody()?['EmailTo']",
"Subject": "@triggerBody()?['Subject']",
"Body": "<p>@{triggerBody()?['ErrorMessage']}</p>"
},
"path": "/v2/Mail"
}
}
I have ensured that it is correctly identifying my email as the connection and that I have the appropriate contributor status in the resource group.
André Arnaud de Cal...
294,221
Super User 2025 Season 1
Martin Dráb
232,982
Most Valuable Professional
nmaenpaa
101,158
Moderator