Hi All,
I've an Azure Automation script that's will be executed from my flow. With the script I create new Microsoft Teams.
As last point in my script I convert the Groupt-ID to JSON. (write-output $newteam | select GroupID | convertto-Json)
Because the Azure Automation runbook script has two outputs. (See image).
The first output is a default output, about my account and tenant information. I don't know how to skip this info as output. The second output is the expected output (the GroupId).
My Flow is failing because I receive both outputs.
This is failing my JSON Parse part in my flow. See second picture.
Did any one know what I need to do to skip the account/tenant output and only use the GroupID output?
Thanks in advance.