Hello Team,
I’m trying to implement the following logic in Visio:
When the button is clicked, it triggers the dataminer automation script and this part already works.
Now I need to prevent the user from clicking the button again for X minutes and show a popup stating wait for X min.
Has anyone come across this functionality or dealt with a similar scenario?
Hi Ramesh,
Rather than displaying a popup, you might consider 'disable' the button (see Designing buttons with four different states). Esentially, this is a group shape where every child shape represents the state of a button. A child shape can be conditionally shown/hidden based on a condition. What you could do is to link the 'Disable' child shape to a condition in the connector that reflects the busy state of the action.
Hope it helps.