Hello,
I have a flow I am building which sends out emails to different departments based on the answers from a MS Form. I have a condition and then using the switch function to send to the different departments. I have 1 multiple choice question and the answers need to go into the email but I would like each answer on a separate line. I have followed a few threads on how to do this but nothing has worked as I'd like so far.
My code in Initialise variable is:
join(json(outputs('Get_response_details')?['body/r4a8a14a4085b4e518a88d5cae4b96dd1']), decodeUriComponent('%0A'))
I've attached some screenshots, any help will be appreciated as I am going round in circles!
Cheers,