I have a flow that does a bunch of stuff (specific, I know...) but at the end of the flow it needs to send an email. During testing it's working flawlessly a large portion of the time. However, randomly the from email address, which is being grabbed from a Power BI table, gets changed and I get this error:
The 'inputs.parameters' of workflow operation 'Send_an_email_(V2)' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'emailMessage/From' is required to be of type 'String/email'. The runtime value '"Ym1lcnJpa2luQGJyYXZlcml2ZXIuY29t"' to be converted doesn't have the expected format 'string/email'.
Anyone know what's happening here?