hi everybody. I started learning how to work with flows . I have a problem: I’m trying to pull a variable from a query. the request returns a simple json, it works and the flows cell works with it. however, when I do “create durables” to create a variable, the response body is shown as a string.
This is my response
This is my durables
I haven’t found how to explain to flows that the answer is json, not a string. because of this, I can’t get to the OrderID I need. Who knows what needs to be done?