That’s gone with the above approach. You already had it in your code… but didn’t quite manage to get the list of colors into each item in self.repeating_panel.items.
The above code fixes that so now each item has a key ‘Colors’
In your version you shared you were trying to set the color dropdown items to self.item[‘Colors’] that should be fine now.
So no server calls required any more…