BootstrapMultiSelect data source microflow

3
We are using the BootstrapMultiSelect widget by AuraQ in a list view. Data source microflow  of the widget triggers multiple times, increased each time the list is refreshed. As I recall similar bugs occure in another AuraQ's widget (Question: https://forum.mendix.com/link/questions/88800). Has anyone else stumbled upon this issue?  
asked
2 answers
1

Every time a new item is added to the list and the list is refreshed, the widget's update function is being called for every instance on the page. This is causing the multiple executions of the data source microflow.

This is the same behaviour you see using a standard dropdown (e.g. reference selector) in the list view with the data sourced from a microflow.

Not sure there is anything we can do to address this in the widget... looks like it is expected behaviour?

answered
-1

On change: The microflow that will be run when an item is checked or unchecked. Show Progress Bar: Whether to show a progress bar when executing the on change microflow. Progress Message: The message to show in the progress bar.

Bluestacks TextNow

answered