Show progress bar on long running microflow used as datagrid data source

0
There is no way to show progress bar on datagrid loading if its data source microflow. Microflow is taking long time so I need to show progress bar. Want to know if there is a way to show the progress bar or if there are any other approaches to convey users that something happening in the background.
asked
1 answers
1

You could set a boolean, as long as the data is being fetched it is used to show a message “Please wait, we are loading your data” in the microflow add a change object -action changing this boolean once the loading is done.

answered