- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-12-2024 01:51 PM
Looking for a way to prompt user to confirm before script execution. Is there a way to prompt user to confirm (i.e, in War Room)?
03-14-2024 01:07 AM
You can do the following workarounds:
Button:
A mandatory argument (such as a short text comment or drop-down list option to simplify UX). When they press the button, they will have to provide this before the automation runs. If the argument is expected value the desired value will run.
The script in the war room:
A boolean field that can be put in the layout must be set to true before running the script. The wrapper script checks the value of the field, if not set to True, returns an error. Otherwise, run the function and then reset the field back to False.
I hope this helps to solve your issue
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!