I have run into this weird “bug” when using the Outlook 365 Send Email activities shown below. What is happening is that if I have the Send Email activity in two entirely separate xaml files within the same project, if I change the content of one of them, it makes the same changes in all the other Send Email activities throughout the project.
Has anybody experienced this or know why this happens? It is extremely frustrating since now I can’t send two different emails in the same project.
Thanks
Hello,
Could you please elaborate on the ‘content’ you mentioned above? Is it being set via a variable or an argument? I haven’t experienced anything like this before. My thoughts are that this issue could be due to one of the following possible reasons:
- Shared email content variables or arguments
- Default property referencing
- An issue with copy-pasting the same Send Email activity
If I change the HTML body of the email for one of the Send Email activities, it changes the body for all the other Send Email activities throughout the code