Table isn't refreshed and shows GraphQL results

Hello,

I am trying to present a GraphQL response in my table, but for some reason the table isn't presenting the response.

My config is correct as I can see on the FX data source on the table as well as the actual query response that is valid and contains data.

Any idea why this might happen will be appreciated.

  • Michael

Hi @Michael_Slabodkin,

Can you share some screenshots / sample data from what's returned? GraphQL results are pretty different from most standard DB queries, and tables expect data sources to be formatted a certain way so they know what's a row / column / data. You'll likely need to transform your GraphQL data into a format that makes sense for the tables.

1 Like