Forum Discussion
Radoslavov91
Sep 09, 2021Copper Contributor
Get team's owner
Hi all, I'm trying to create an process with power automate to get a list of teams, howver in the response of a Get Team i don't have the created by, so i was wondering do you have any ideas how ...
- Sep 09, 2021As far as I know there’s no actions to get the owners directly in PA. What you can do is call the Graph within the flow and get it from there!
An example just found:
https://pankajsurti.wordpress.com/2020/03/30/getting-group-owners-using-ms-graph-api-in-power-automate/amp/
Adam
Sep 09, 2021
As far as I know there’s no actions to get the owners directly in PA. What you can do is call the Graph within the flow and get it from there!
An example just found:
https://pankajsurti.wordpress.com/2020/03/30/getting-group-owners-using-ms-graph-api-in-power-automate/amp/
Adam
An example just found:
https://pankajsurti.wordpress.com/2020/03/30/getting-group-owners-using-ms-graph-api-in-power-automate/amp/
Adam
- Radoslavov91Sep 09, 2021Copper Contributorthat's great, I'm actually using Graph for some Action in PA but I wasn't able to find that particular one.
Thanks for the help