I have a Send Http Request action which send POST http request to a webhook url:-
https://******.my.salesforce-sites.com/sharepoint/services/*******
now incase the url return 200 the request will take less than 30 seconds to complete, but in case there is an internal error returned from the webhook the send http request will do 8 retires and will take around 24 minutes to complete the current ApplyToEach iteration.. so why this is happening and how we can reduce the time in case of failure?
Here is a screen shot of a failed Http Request, showing the time it took to complete (24 minutes) and the number of retries it did (8 retries):-
here is the send http request, which does not have authentication and uses the Post request, as follow:-
Thanks