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 which is VNet Enabled with public access disabled.
- I'm using Stateless workflow because every 10 minutes I'll get the attachments mail from the users.
Workflow:
- When a new email with attachments comes to me, it should be uploaded the blob container.
Unable to identify which outlook connector I have to use. Could anyone help me on this.


Workflow validation failed for the workflow 'ridershipteststateful'. {"error":{"code":"WorkflowRunActionTypeUnsupported","message":"The workflow run action 'When_a_new_email_arrives_(V3)' has type 'ApiConnectionNotification' that is not supported."}}