Need Help with Azure App Logic!
I’m working on an Azure App Logic workflow with the following connectors: When a HTTP Request is Received Parse JSON For Each Here’s the issue: I receive an HTTP request with a JSON array of 2000 objects. Processing this array is causing a timeout.
ActionResponseTimedOut
The execution of template action 'Response' is failed: the client application timed out waiting for a response from service. This means that workflow took longer to respond than the alloted timeout value. The connection maintained between the client application and service will be closed and client application will get an HTTP status code 504 Gateway Timeout.