I’d like to be able to hide a button on my page while a flow is executing.
I want to be able to click on a button to run a flow and hide button while flow is running. Even disabling the button would work. Trying to prevent double clicking.
Tried the same way you would while a form is executing but it doesn’t seem to be available for flows.
Btw you can always use dmx.app.data to inspect the components on your page and their options.
It’s really simple and sometimes useful (if you are not sure about the options missing in the UI) - just load the page in your browser and type dmx.app.data then hit enter. Expand the collapsed contenet:
the grayed texts are just a preview of the results you will see. So you can think like it's a shortcut to find what you want to see. You can access a lot of details using the console this way. @brad