Variable lost value on query request

Hello,

I'm trying to run a query on a tabs panel with a variable that I have set on the first tab.

but as shown on the image above, the result is not being accessible to the table.

Without seeing more info - the first thing I notice is that you should have
{{getSchoolFinanceTerms.data}} and / or possibly format it as an array or put [ ] around that too like [{{getSchoolFinanceTerms.data}} ] in the Data field of the termsTable

Hey @ronaiza!

I think Scott's on the right track here. Based on your screenshot you might want to pass something like {{ getSchoolFinanceTerms.data.data.financeTerms }} to your table. Can you let us know if any of those suggestions work?

I delete the old table e added a new one with the request result, and just worked :grimacing: