
Announcements
My flow is collecting information from a Microsoft Form which I use to create a PowerShell script to create user accounts in Active Directory. I added this line to the body of the 'Send an Email" action
-Add @{ProxyAddresses="smtp:employee.name@domain.mail.onmicrosoft.com"}
However now I get an error message saying
Fix invalid expression(s) for the input parameter(s) of operation
I just need this as plain text or something. Not trying to perform any input functions. Are there any special characters I should use in the email body?
Hi @Doby ,
Looks like the Power Automate is trying to convert your '@' as an expression.
Can you try saving it as a string variable first and then adding the variable into your email>
--------------------------------------------------------------------------
If I have answered your question, please mark my post as a solution
If you have found my response helpful, please give it a thumbs up
Connect on LinkedIn