simon
simon2mo ago

modal on button press

Hi, when I click on a button and a flow is running, I currently use the option "on success" to open a modal with the flow execution. Is possible to open the modal already when I click the button before the flow is finished? Also is it possible to control components via scripts like if they are loading? I couldn't find anything in the documentation and setValue() did not work on loading.
1 Reply
simon
simonOP3w ago
My solution was to use the button to open the modal and run the script via the "on open" event handler

Did you find this page helpful?