Moving rows up or down for priority

Hello Community, please check the video link for more information

0 1 868
  • UX
1 REPLY 1

Thereโ€™s no way to drag the rows to rearrange them, but you could use buttons with UP/DOWN arrows to set the value of a column, and then sort by that column in your view.


Add a new sheet column (type: Number) , and create two actions to set the value to plus or minus 1.
PLUS button formula: [SortNumber] + 1
MINUS button formula: [SortNumber] - 1

Set the visibility to inline so you can use the buttons in table view, and attach them to your [SortNumber] column. Then add that column to your table view and set the view to sort by it.

Top Labels in this Space