Is there any way of adding a progress bar for On-Click actions on List View?

0
I have a use case wherein the on-click action on list view triggers a microflow. This microflow takes substantial time to complete and hence our requirement is to show a progress bar until the entire microflow gets executed. I could find the desired behavior for “Action Buttons” but could not find something similar to this in List view.
asked
2 answers
1

Instead of triggering a microflow, configure the listview to trigger a nanoflow.

In the nanoflow call the microflow and use the ‘Show progress’ / ‘Hide progress’ actions

answered
0

Instead of the on click functionality you can use the clickable containter widget with context: https://appstore.home.mendix.com/link/app/106163/

This will let you set a progress bar but also gives you more control on the click functionality

answered