Moving list items between lists

Hey guys and girls, is there a way to move items between lists? For example, a to do app that has different lists and the user could drag one task in to the list above. Hopefully that makes sense.

Hey!

There’s not a way to do the drag & drop portion of that right now but… you can create multiple lists and have them filtered by a different status and then have a button that changes that status.

Have you looked at the To Do Template? There’s an example of that in there. (Attached a couple of screenshots for you.)

The Top list is filtered to Status is equal to Open (the other list is filtered to task is equal to ‘done’)

And then when you click on the task it updates the task to be “Done” which moves it do the other list.

You can see the status of the property on the Tasks collection

Hopefully that helps!