
I am building a Power Automate flow that triggers when a response is submitted on one of my Microsoft Forms. I am trying to post an adaptive card containing form responses to a teams channel and it works great as long as my form responses do not contain \ ' or ". From what I have read this is because they are escape characters in JSON. Has anyone else encountered this and if so did you figure out a way to display those form responses with the special characters?
I thought maybe there was a way to turn it into a literal string but I don't know much JSON at all so I am out of my depth.