Drag&Drop an object to another lane giving it anoher status

0
I have got a storyboard like most of us are familiar with: I want to drag and drop Case417 from lane ’To Do’ to ‘In Progress’ thereby giving that Case status 'In progress’ How can I do this in Mendix?  
asked
1 answers
2

I would use the drag an drop widget: https://appstore.home.mendix.com/link/app/36773/

This allows you to drag an item from a listview into another listview and handle the change with a microflow.

answered