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
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!