Moving items

I have an app that randomly displays a task in a todo list. I would like to make a completed button that moves the task from the todo list to a seperate list.

Welcome to Glide :wave:

An idea: in your table of task, one column could describe the status of the task (for example inbox, doing, review, done, archive). On each task, have a action or multiple actions that allow the user to change the status of this task. Display the list of tasks sourced to the table of tasks and filter the list based on the status.

1 Like