Hi,
I need to create a Team and a Channel and add Planner to that channel.
Which is the best approach to get the ID of the previous step output so its set to the owner of the Planner?
It's on the Location attribute.
What I'm doing at the moment is:
1. Get location with: outputs('Create_Team_and_Channel')['headers']?['Location']
3. Parse JSON to get targetResourceId
{
"owner": "targetResourceId",
"title": "title-value"
}
Do these steps look correct or is there a more straight forward approach to create the Channel and add a Planner to it?
Thanks