Hi. Having a bit of an issue with getting data into table cells.
Scenario is that I have an array of date keys which is the order that the item should be displayed on each line.
I have set a repeat on body - tr -td for the item.
Then on the text element I am mapping the array to each key in the item. In the formula the output is correct, but in the table cells I am getting undefined.
If I set the data without mapping, it displays data in the cells (but in the wrong order since no mapping).
Probably something simple, so apologies in advance.