I have a flow that creates a Team. I have a 1 minute delay then down the flow we need to get more info so I can create a link to the SP site created by the Team. I use an http call with Graph and that works most of the time. On occasion it fails with "Resource not Found" I created a run after so that if it fails we wait 15 minutes and try again, now that one occasionally fails too. Any idea why the issue is intermittent?
further, before I invoke the graph call I get the Team using the new team id, use that ID to get the group, then in the graph call it fails, even though both of the previous calls work and yield correct results.
Here is the input for the graph call:
Hi,
I thought i would share my way of working around this isssue, it is as follows:
Basically it is a do-while loop, i check until the response status starts with "2", in case of "resource not found" it starts with "4". So sometimes it works right after the creation of the team, and sometimes i see it loops up to 8 times.
But i find this way to be more reliable than with a fix delay of 5 minutes.
Hope it helps!!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
47 | |
17 | |
15 | |
11 | |
10 |
User | Count |
---|---|
57 | |
43 | |
23 | |
17 | |
17 |