How to display an array of data (From Session Storage) inside a unique repeat?

Hey all,

I have a repeat on my page. Each item has a unique id.

I have a click event that sends more data from that repeat (after a API call) to a session storage element in an array.

This works perfectly, and I can send different data to the array each time, so I might end up with 4/5 unique array data items.

What I can’t seem to figure out, is a condition, to show the array data that has a ‘id’ that matches the ‘id’ inside the repeat.

I’ve tried data detail with no luck. I’ve tried session storage manager, including the id as a variable under the array in the schema to try and run a ‘where’ command, but that doesn’t seem to work either.

Appreciate any pointers here…

Community Page
Last updated: