I have MS forms that contain 20 or 30 multiline chose questions. I set power automate flow to send the responses to email. But email gets unwanted characters when the responder selects multiple answers. Is there a simple solution to clear the unwanted characters? 

 

Someone used the solution below but as I have so many questions with multiple choices and so many forms like that I am looking for a solution that clear all the unwanted characters in a few simple steps. 

 

replace(replace(replace(body('Get_response_details')?['rb12b59186b54449d83e54595ebe4eb10'],'","','|'), '["',''), '"]','')