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:
Workflow:
Unable to identify which outlook connector I have to use. Could anyone help me on this.
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."}}
The error message itself says that Microsoft 365 Outlook and some other managed connectors are not supported in stateless workflow instead consider using the same connector in stateful workflow.
You can check Changed, limited, unavailable, or unsupported capabilities to know more about the limitations in stateless standard logic app.
I have used When a new email arrives (V3) trigger in stateful workflow and also able to save it successfully.
Stateless workflow uses built-in connectors as per MS Docs.
For a Standard logic app stateful workflow, all managed connectors appear in the designer under the Azure label, which describes how these connectors are hosted on the Azure platform. A Standard stateless workflow can use only the built-in connectors designed to run natively in single-tenant Azure Logic Apps.