Repeating APi call return data

Hi,

  • I am clear on how to make a table set of data - that has repeating headers. but differing ‘cell’ outcomes?
  • the api returns the following example below - but I am not clear what settings I need to implement to repeat the tables - with their changing data.

I have the following set up:

  • API date source - to ‘get’ the data. It works for one set BUT not the repeating data in a table.
  • Table set up as attachment -

See below:

{
“defect_code”: “A1”,
“defect_type”: “A”,
“defect_index”: 1,
“defect_code_desc_ENG”: “01: Holes”,
“defect_type_desc_ENG”: “A: Fabric”
},
{
“defect_code”: “A10”,
“defect_type”: “A”,
“defect_index”: 10,
“defect_code_desc_ENG”: “10: Other”,
“defect_type_desc_ENG”: “A: Fabric”
},
{
“defect_code”: “A2”,
“defect_type”: “A”,
“defect_index”: 2,
“defect_code_desc_ENG”: “02: Fabric faults e.g. pulls, snags or slubs”,
“defect_type_desc_ENG”: “A: Fabric”
},
{
“defect_code”: “A3”,
“defect_type”: “A”,
“defect_index”: 3,
“defect_code_desc_ENG”: “03: Shading between panels”,
“defect_type_desc_ENG”: “A: Fabric”
},
---- etc -----