Create a List of Selected Items

Hi, I am new to thuinkables

I am help a student create an outfit selector app

She is trying to have a summary of all chosen items in the last page. Eg. they clicked business attire, shirt, tie, no jacket, pants, belt etc. Then on the final page we cant figure out the blockwork to create a list of all of the chosen items.

Any ideas?

Thanks

Hi,

Each product is an object with different properties that has a unique ID. When you select a product on screens, these IDs are placed in the global list. On the last screen, you need to organize a loop for all the IDS from the list and display the desired property values

1 Like