Repeating 'GET' - APi call return visual table data

Hi @ben ,

I have the following set up:

Thanks

Steff

See below:

{
“defect_code”: “A1”,
“defect_type”: “A”,
“defect_index”: 1,
“defect_code_desc_ENG”: “01: Holes”,
“defect_type_desc_ENG”: “A: Fabric”
},

I get the data for the above data set in the table, but I do not get the repeat data below appearing.
{
“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 -----

Community Page
Last updated: