We have a button in our Visual Overview (Visio) that is linked with an automation script. When pushing the button, we want to disable the button while the script is running to prevent the user from pushing the button multiple times. How can this be done, if possible?
Hi Michiel,
For this case you could use the following feature: Designing buttons with four different states
You could define a condition for the shape that will be used for 'Pressed' state. The shape will be displayed as long as the action in the automation script is not complete.