logo
search
Others

How to Prevent Power Automate AI Builder from Processing Email Signatures

Maira MehtabMaira Mehtab Sep 21, 2026 869 views

Question details

The user needs to prevent Power Automate AI Builder from extracting data from the sender's email signature when processing Outlook attachments.

Product
Power Automate
Device & OS
not provided
Scenario
Extracting information from Outlook attachments to create a sales order via an automated flow.
Observed behavior
AI Builder processes the inline email signature images as attachments, which causes the flow to fail during the extraction process.
Before you start

Ensure you have access to your Power Automate flow's editing interface and understand the basic triggers and conditions used for processing Outlook email attachments.

Solution 1Recommended

Filter Out Inline Attachments Using a Condition

Set up a condition in your Power Automate flow to exclude inline images, which are typically used for email signatures.

Email signatures often contain inline images such as company logos. By default, Power Automate may treat these as regular attachments. You can use the 'Is Inline' property to filter them out before passing the files to AI Builder.

1
Open the flow editor

Log in to Power Automate, locate your specific flow, and click 'Edit' to open the workflow designer.

2
Add a condition action

Right after your 'When a new email arrives' trigger (or the 'Get Attachment' action), add a 'Condition' control step.

3
Configure the inline check

Set the condition to check if the attachment property 'Is Inline' is equal to 'false'. This ensures only actual attached documents pass through.

4
Move AI Builder to the correct branch

Drag your AI Builder data extraction action into the 'If yes' branch of the condition so it only processes valid files and ignores signature images.

Free Microsoft Office alternative

Looking for a Lightweight Office Suite? Try WPS Office

While automated workflows like Power Automate can be complex to configure for Office tasks, WPS Office offers a streamlined, highly compatible, and user-friendly experience for your daily document needs. Enjoy robust features without the heavy system requirements.

  1. 1. Download WPS Office: Visit the official WPS website and click the free download button for your operating system.
  2. 2. Install the Application: Run the installer and follow the simple on-screen instructions to set up the software.
  3. 3. Open Your Documents: Launch WPS Office and seamlessly open, edit, and save your existing Microsoft Office files.
Highly compatible with Microsoft Office formats (.docx, .xlsx, .pptx).Free and lightweight, requiring fewer system resources than standard enterprise suites.Familiar user interface for seamless migration and zero learning curve.Built-in PDF editing and document conversion tools for efficient processing.
microsoft office alternative - wps office

Frequently Asked Questions

Why does Power Automate process email signatures as attachments?

Email signatures often contain inline images, such as company logos or social media icons. Power Automate treats these inline images as attachments by default unless they are specifically filtered out using the 'Is Inline' condition.

Can AI Builder be trained to ignore certain parts of a document?

Yes, when creating a custom document processing model in AI Builder, you can define specific fields and tables to extract. This helps the model focus on the necessary data and ignore irrelevant elements like logos or signatures.

How do I check if my Power Automate flow failed due to a signature?

Review the flow's run history. If the AI Builder action fails, check the inputs passed to it. If you see a small image file (often a few kilobytes in size) instead of your expected sales order document, the flow likely attempted to process an email signature logo.