
Announcements
Hello All,
I am trying to automate the process of setting up distribution lists for one of my teams using Azure Functions and Power Automate. I have a Function that I am able to test directly in the Azure Portal and can confirm that the group gets created as expected. I now want to test triggering the Function via PA but am running into issues. I'd appreciate any input and suggestions.
I am sending a call to the Function using this step. The JSON in the body is what the Function expects because that same data works when I test directly from the Azure Function.
The Azure Function logs display an error about not being able to parse the JSON and it possibly being in the wrong format.