List view not updated and button freezes when in the list view and calling microflow

0
My button is  in list view inside tabs control the button calls a microflow, every time I click the button, the button became like  disabled “grayed-out” then freeze also the other tab shows empty list view with no item, when I refresh the  page it solves the issue. for now I have moved my button out of the list view and that worked no more freezes, I have also another button in the list view to show page but this button does not call any microflows so it works perfectly with no issues.
asked
1 answers
0

Debug your microflow by putting a break inside it and inspect what the cause of the  freeze might be. My hunch is that you created an endless loop, hence the freeze.

Regards,

Ronald

 

answered