Prompt user for confirmation before running script.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Prompt user for confirmation before running script.

L0 Member

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)?

1 REPLY 1

L4 Transporter

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

  • 415 Views
  • 1 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!