Hi,
I have a button that executes the following: Button click > Automate Flow > SQL stored proc > SQL Agent Job > does some stuff on some on prem servers.
Nothing is returned, its just a click and go for the user.
I just want to stop the user from constantly pressing the button, just to click once.
I have tried, visible onselect = false.
display mode = disabled
and even a container that sits in front of the button.
Nothing seems to work.
Just wondering what someone else would do in this scenario?