Microsoft Outlook Trigger not starting

Hi n8n community!
I’m a noob at n8n, apolgies if there’s an obvious answer.
I’m really stumped as to why my workflow is not starting.
The workflow works when manually run, I assume the problem is the first node, which is the Microsoft Outlook Trigger node.
It’s active (can activate / deactivate), poll time is 1 min.
Otherwise, workflow works fine.
Thanks for your help.

Describe the problem/error/question

The Microsoft Outlook Trigger node is not starting.

Poll Times > Mode > Every Minute

Trigger On > Message Received

(Purpose of workflow is to get new message from Outlook, upload attachment if any. No errors when I manually execute workflow)

What is the error message (if any)?

No execution errors

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
    • 2.4.4
  • Database (default: SQLite):
    • postgres:16.4
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
    • I assume it’s default, have not set to any in docker compose.yaml
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
    • self hosted docker
  • Operating system:
    • Ubuntu 22.04.5 LTS
1 Like

Hey @Steve_L Welcome to the n8n community!

Your workflow seems fine and it should be getting new messages as soon as they appear and trigger the workflow, most of the time the issue is with the PUBLISHED or UNPUBLISHED workflow, so i am assuming that your workflow is published and then after publishing your workflow you are trying this out, let me know if this helps

2 Likes

Thanks v much @Anshul_Namdev ! Never underestmate my stupidity and noobness :upside_down_face:

I didn’t realise that the “publish” button had to be clicked for the workflow to run :rofl:

Thanks again!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.