I execute an xpath function in my Logic App to set the value of a variable. The result is a guid and the variable is formatted as [""]. I want to use this variable in a body message sent to an http endpoint and when I use the variable content, it sent the [""] but I need just to send the . I'm a bit lost here because I don't know how to extract only the Json value of this variable... Thanks.