How do you persist the order of items? Array index or DB column?

Hi, in your workflow you can iterate on the list with a loop and update the order column of every item in your DB through an update supabase action :slight_smile:

The list correspond to the new ordered items, so you can use the index of the loop and put it inside your order column. Tell me if it doesn’t make sense to you I will try to explain it better!

1 Like