Disable action buttons in data view

0
How should I go about disabling buttons in a data view once an action took place? It’s so annoying that clicking twice on a button results in performing the action several times. How is this behaviour not enabled by default?
asked
1 answers
0

Hello Mihail,

I suggest doing one of two things, or both if you will:

  1. In the button’s properties open microflow settings and add toggle a progress bar of type blocking (This will show users when your action is in progress and block further action)
  2. Open the microflow, under properties, under concurrent execution, tick Disallow and enter an error message

Hope this helps

answered