Workflow validation failed for the workflow ‘shiptest’. {“error”:{“code”:”WorkflowTriggerTypeUnsupported”,
Workflow validation failed for the workflow ‘shiptest’. {“error”: {“code”:”WorkflowTriggerTypeUnsupported”,”message”:”The stateless workflow trigger ‘When_a_new_email_arrives_(V3)’ has type ‘ApiConnectionNotification’, which is not supported in stateless workflows. Switching to stateful workflow or replacing trigger ‘When_a_new_email_arrives_(V3)’ may resolve this error.”}} This is the workflow in my Azure Standard Logic App. Environment: I’m using Microsoft 365 Outlook, Azure Standard Logic App […]
Not able to open flow created in logic app standard
I have just created a logic app standard with all the default settings. After that, I created a stateful flow. But the flow isn’t at all loading. I clicked on designer as well, but no luck. It is showing error that reactview didn’t load properly.
“message”: “Malformed request payload: Syntax error at Line 1, Char 1: expected valid json array or json object “
I’m making an http request to the api using the below details but I’m getting the 400 error with the above message.
On postman it is working fine, but when I try it on Azure Logic Apps, it’s not going through. I’ve checked couple of similiar posts but still no luck.
Can anyone tell me how do
Standard logic app stores workflow definition in Azure table storage configured by doing a deflate compression.The table are usually encrypted with something flow<32 bit characters> for each workflows.
I’m able to hit an API through Postman, but getting a bad request through Logic App HTTP action
When I’m trying to hit the API through postman, I’m getting a response. But when trying the same approach through Logic App, I’m getting status code as 400 and response as “bad request”. Please find the images for reference.