I have a script that I ran in Universal Automation. I only ran the script once but I saw things showing up twice as if the script was run again. For example, at the end of my script I have a Send-MailMessage and it came twice. Also in the same script I have a foreach loop that outputs a report once done. Some, not all, of the reports showed up twice. Just wondering if this is expected behavior or if I am doing something wrong? When I run the script in powershell normally it performs as expected no double issues.
Thanks again.