No progress bar in listView

4
Hi all Is there a way to have a progress bar show when clicking on a listView item that triggers an OnClick microflow? Unlike other microflows (e.g. triggered from a button action), when you are in a listView, no progress bar or confirmation settings are available for an OnClick microflow. Regards, Adrian
asked
1 answers
2

This looks like a possible oversight / feature request for the List View. Please submit a Mendix support ticket.

In the meantime, you can implement similar functionality using the template grid or an action button in your list view.

answered