I have a list of items a user can accrue points and then choose to use.
The info is saved in an array. Here’s a example with dummy data:
…and here’s a rough visual of what the list will look like:
I’m guessing I’ll only need to create one single row from that visual and populate it with the first row of array data, then duplicate it for as many rows that are in the array.
I also need to populate each row with it's relevant image (shown here by the coloured circles) - do I reference these images in the array, or drag them in by another manner?
The labels for each object are Cost, ProductName, ShortDescription, LongDescription (do I need one for image?)
Cheers all