I built a flow that watches an Outlook mailbox for emails. Any email that has an attachment has the attachment saved in a folder. Any email that doesn't have an attachment has the message body saved in a file in a different folder. The part of the flow that saves the attachments works perfectly. The part of the flow that saves the message body never works. This is what the condition block looks like
In other words, the Has Attachment never returns a False. I have tried testing the length of the attachment and using the Boolean function ('True' and 'False) with the same results. Some of the comments in these blogs seem to indicate that Has Attachment maybe "broken" and CoPilot seems to "think" that it isn't really looking at the attachment.
Does anyone have any thoughts on how to resolve my issue?
Thanks
Sam