So I Have a logic app, and the first step involved creating a MS Team, using the relevant Create A Team Action for MS teams.
And most the time, as in 60-70% this works fine, and completes within a second.
However the rest of the 30-40% of the time, it will just hang there, uncreated – waiting for that action to complete and not progressing the flow(I wouldn’t want it to until done anyway).
But when this happens, it will hang literally forever until I cancel it, I have even tried leaving it for hours just in case the Teams API was being slow – but no.
I thought maybe it was a throttling thing at first, but although I couldn’t find much on the relevant limits, I would expect a relevant 429 or something response, not just waiting and hanging – besides I am only running this at most once every 10minutes or so, and there also seems to be no pattern to the success vs hang based on time since previous execution.
As you can imagine it’s really frustrating and is preventing me from completing the rest of the flow.
As for the settings on the action, there isn’t much to set anyway:
Name: “name string”
Description: I’m using the same string as name for my test flow.
Visibility: Private
Any thoughts on why this annoying “hanging” is happening? Or viable workarounds?