I have a form that includes a list of emails on it :
I need to send an email for each one after form submission.
I get this error when submitting:
Error details :
The 'inputs.parameters' of workflow operation 'Send_an_email_(V2)' of type 'OpenApiConnection' is not valid. Error details: Input parameter 'emailMessage/To' is required to be of type 'String/email'. The runtime value '"[\"ahmed.alnaqa@alexu.edu.eg\"]"' to be converted doesn't have the expected format 'string/email'.
this process work perfect when I change the selection top option ( just send to only one mail)
Solved! Go to Solution.
Hi @AhmedAlnaqa ,
Try the below:
--------------------------------------------------------------------------
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
Hi @AhmedAlnaqa ,
Try the below:
--------------------------------------------------------------------------
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
I get this error on compos:
Unable to process template language expressions in action 'Compose' inputs at line '1' and column '13257': 'The template language function 'json' expects its parameter to be a string or an XML. The provided value is of type 'Null'. Please see https://aka.ms/logicexpressions#json for usage details.'.
this is the flow:
Hi @AhmedAlnaqa ,
Can you paste what is in your json() expression?
You need to replace the bit in red with the field from your Get response details action.
I used the same code u provide and don't able to change the red.
what is must be added to this red part?
thanks for your support in advance.
I did it .. just by replace the value of the JSON values, by click and add the email output value.
thanks.
It's very helpful.
User | Count |
---|---|
22 | |
15 | |
14 | |
10 | |
9 |
User | Count |
---|---|
48 | |
29 | |
28 | |
25 | |
23 |