I have a simple Logic App with one HTTP GET connector that returns a JSON list and two actions: one HTTP POST and one Office365 that repeat over the same list returned in the HTTP GET action.
This is app logic workflow:
Consistently (several attempts) the workflow takes a really long time. I am only returning 15 items:
The 8 minute run is when I have both the HTTP POST and Office365 connectors and the 5 minute runs is when I only have the HTTP POST. Also....running the Office365 alone runs for about 5 minutes.
Isn't this a little too much?
Regards