Hi @ben ,
- I am unclear 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.
- I have tried: ‘form repeat, table generator, table cell properties’ - none seem to work /missing some settings
- Table set up as attachment -
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 -----
Last updated: