Classifying the outlook Mails that has Attachment

Hey

I created a workflow to categorize my Outlook emails using the “Categories” option. I successfully classified my emails into four categories, and everything worked as expected. However, when I attempted to categorize emails that contain attachments, the workflow runs and tests successfully, but the assigned category tag does not appear in my Outlook emails.

I would like to understand the reason behind this issue and how to resolve it properly.

There is no error message

Information on your n8n setup

  • **n8n version:1.77.3
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):**own
  • Running n8n via (Docker):
  • Operating system:

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

n8n version:1.77.3
Database - (default: SQLite)
n8n EXECUTIONS_PROCESS setting : own
Running n8n via- (Docker)
Operating system: Windows 11, version 24H2.

1 Like

Can we see a workflow execution where an email had an attachment?


please show me more details about this

Sure
The other two emails were successfully tagged based on their content, but when an attachment was included, the email is not getting the tag correctly ,I would like to know what changes should I make in my workflow.