Hi there,
there is a form like this:
I want to send an email to someone with the selected answers.
This is the content in the connector:
... where "Question" are the answers of that question. 😉
The content of the mail unfortunately looks like this:
["Option 1","Option 3"]
But I would like to have the answers displayed one below the other:
Option 1
Option 3
So how could I do this?
Thanks in advance for the solution or suggestions.
Sorry for late reply. Thank you so much @v-bofeng-msft , It works! 🙂
Hi @arada1 ,
I've made a test for your reference:
My flow:
json(outputs('Compose'))
Result:
Best Regards,
Bof