Reordering rows within a table using Up and Down Button

Hi, I have a table with menu items that I display within a specific station. For example, if the station name is BBQ, the table pulls all menu items that have the BBQ station ID in the menu items table, so items like burgers, french fries, ketchup, etc. appear.

There are times when I want to reorder the items, such as moving ketchup to appear at the top. I’ve seen videos that use up and down buttons with a column index to handle this, but when I try to set up the workflow, it only allows me to target the current item/row.

I can’t figure out why Query Next and Query Previous don’t appear as options when setting values. If anyone can help me understand what I’m missing, I would really appreciate it.

1 Like

Seems you’re having a multiple row query. You should try to return only 1 row, and show us how you’re configuring it. I assume you have something like an index column that is a basic number already.