0
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."}}

enter image description here

This is the workflow in my Azure Standard Logic App.

Environment:

  1. I'm using Microsoft 365 Outlook, Azure Standard Logic App which is VNet Enabled with public access disabled.
  2. I'm using Stateless workflow because every 10 minutes I'll get the attachments mail from the users.

Workflow:

  1. 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.

3
  • 1
    Have you tried the same workflow in stateful standard logic app? Commented Dec 16, 2024 at 11:03
  • Trying it but meanwhile if you get any solution in the stateless, could you please provide it. Commented Dec 16, 2024 at 11:15
  • @IkhtesamAfrin, Got the same message in stateful workflow 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."}} Commented Dec 16, 2024 at 11:17

1 Answer 1

1

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.

enter image description here

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.