Changing the Order of Images in a List Using Dropzones?

Hello John, :slight_smile: If you’re trying to re-order listings, @vega.andrew has an awesome tutorial here using custom states and an order field. I think you could use a similar method, though your example is different since you’re using a repeating group to display listings. With that said, I think you can still use Andrew’s method. Instead of displaying listings using “Listing:item#1, Listing:item#2…” you could do "SearchForListings (constraint, order = 1):firstitem, SearchForListings (constraint, order = 2): first item. That should allow you to keep your layout, while still being able to reposition each listing through the order field, instead of the list’s item#.