I've been trying all day with this without success.
I am looping through a bunch of items and I want to change their colour depending on their save data. (on or off)
When the 'For Each' loop runs and iterates through each item it does a Get Item based on the instance item i am at in the index( eg "Profile_"&ProfileButton.ID&"_has_data")
The issue is that the data takes a little while to come through so it cant be in the loop itself.
The 'On item' event which is ready to receive this is outside of the loop and therefore seems to be no way of referencing the looped item.
eg this never triggers if I add a count variable to my loop which counts up with each iteration:
+ LocalStorage: On item "Profile_"&count&"_has_data" get
This seems like it 'should' be very simple to do but I just cant figure it out.
:( Help