Hello everyone !
A customer is asking me for a simple flow but I found an issue I can't manage.
The use case is simple : this customer needs a flow where a mail is dropped in a mail account. Depending of the domain name of this mail, it is redirected with some informations in its body to a special mail box where this mail will be processed by another service. This part is easy.
However, he's asking me to put in the Object field of the mail the 'From' expression that I get with the Outlook trigger of the flow. And this part doesn't work. The error message is this one (sorry for the translation) : The "inputs.parameters" element of the workflow operation "Envoyer_un_e-mail_(V2)" of type "OpenApiConnection" is not valid. Error details: The input parameter "emailMessage/To" must be of type "String/email". The runtime value "From" to be converted does not have the expected "string/email" format.
I thought I could use the Initialize variable function to put it as a string variable, but the issue still remains.
Would you know how to fix this issue ?
Thanks for your help !