Hello, I'm new to most areas of programming, so forgive me if this is quite novice. I've finally wrapped my head around MySQL enough to get the query results that I want. However, to do so, I've had to make multiple statements with temporary tables, variables, etc.
In Retool, I'm trying to access that data, and I can't seem to do so properly. Prior to getting a working SQL statement, my first test in Retool was a simple, single statement that returned rows the way I expected, and I could access that data with {{ query1.data }}.
In the query I now want to use, the results seem to come back in multiple arrays. The "preview" option shows me 0: null, 1: null (etc) until I get 6: [] 13 items. If I try to populate a table in Retool with that data, using {{ query1.dataArray['6'] }}, the columns actually display as rows.
Hoping for some help to let me know how to reference that data as easily as I had with {{ query1.data }}.
Thank you!