Help on loading API data into my ui

Hi I'm trying to call data from a rest API into a table. However, I am getting the following error from the Data source:

"The selected data source is empty or could not be converted to an array." However, on the screen I can see the query is returning the right Response, however, it doesn't seem to want to render onto the table. All the headings are applied correctly, but not the data.

can you help?

Can you please post screenshots? Chances are you may just need to surround the data with [ and ] in the data source field for the table.