Hello everyone.
I am using a form in Forms where people need to respond by skipping lines, for example:
Item 1
Item 2
Item 3
Item 4
and I use the Send an email (V2) function to collect the information in the forms to send the email.
With this code:
@{body('Get_response_details')?['ra6608fb4e70b489e84fba2b0bdab8552']}
Then the email is sent as:
Item 1 Item 2 Item 3 Item 4
Is there any way to identify so that the items are on each line?
* The email is sent in html format
Any ideas or support would be appreciated!