How to Prevent Power Automate AI Builder from Processing Email Signatures
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.
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.
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.
Log in to Power Automate, locate your specific flow, and click 'Edit' to open the workflow designer.
Right after your 'When a new email arrives' trigger (or the 'Get Attachment' action), add a 'Condition' control step.
Set the condition to check if the attachment property 'Is Inline' is equal to 'false'. This ensures only actual attached documents pass through.
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.
Seek Specialized Guidance from the Power Automate Community
If standard filtering does not resolve the issue, consult experts on the official Microsoft forums for advanced AI Builder model tuning.
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. Download WPS Office: Visit the official WPS website and click the free download button for your operating system.
- 2. Install the Application: Run the installer and follow the simple on-screen instructions to set up the software.
- 3. Open Your Documents: Launch WPS Office and seamlessly open, edit, and save your existing Microsoft Office files.

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.




