I have a couple questions related to sending HTML Email from MS Form values using MS Flow:
1. How to include Line Breaker from MS Form Long Text box when sending HTML Email using MS Flow
Currently, it's converting the multi line values as a single line in the email. How do I keep the original format to include linebreaker in the email?
2. How to remove [" "] format from MS Form Multiple Choice answer when sending HTML Email using MS Flow
Multivalues are represented in array format, how do I remove this is MS Flow process?