So I have a flow that I created that is triggered off a form submission. Part of the form submission asks for a user text response describing the problem. This response is then displayed in an adaptive card in a teams channel. All of this works fine unless someone uses Quotation marks in the question on the Form. Then the flow fails and does not output the adaptive card to teams. Im assuming this has to do with how JSON or something else treats Quotation marks but I am not sure how to fix this. Could creating a string variable and then setting the value of that variable to the Question response and then using that variable in the Adaptive Card work?