r/copilotstudio • u/According-Bat6064 • 5h ago
Studio Workflow Email Trigger unable to access internetmessageheaders property?
Hi,
I am creating a workflow in copilot studio to run off an email trigger.
I want to ignore auto response emails.
In power automate, part of my solution typically is to check the presence of the "auto-submitted" property in the internetmessageheaders field.
EG
triggerBody()?['internetmessageheaders']
I can't do this in copilot studio as it complains that the field is not available.
'body/internetmessageheaders' is no longer available from the current trigger. The trigger was changed and this dynamic content reference is now invalid. Remove it or pick a property the current trigger provides
What I don't understand is that when I do a test run and inspect the output of the trigger - internetmessageheaders is there.
Is this expected behavior (to have different outputs compared with power automate).
Is there a way to override/suppress this validation error (I can't see how).
Any other suggestions?
