I have a query that returns an array as one element, and the array that might be of any length looks like this:
[{“status”: “unredeemed”, “code”:“sdcwe3f”}]
I’d like to be able to be able to display just this array in a table. How do I do that?
Even better, I’d like to create a query in my database such that I could look up a code, and only see the array (or arrays) that contain that code, but be able to see all the elements in that array.
How do I do this on ReTool?