Hello,
Our bot begins the process when it receives an email in Outlook. If there is an error, it will reply to the sender that the order could not be fulfilled. This is the current working code:
What I am trying to do is send the reply with an image included (either in the body of the email or attached). I re-wrote it like this:
However, when I ran the process I got the error "Outlook does not recognize one or more names". I am able to send and receive emails to this account so I don't believe it's an issue with Outlook.
Is this the wrong action for what I'm trying to do? Did I put [ReceivedEmail] in the incorrect place?