For yes/no action in Prompt
- Updated: 2025/09/26
For yes/no action in Prompt
The For yes/no action in the Prompt package prompts you to choose a Yes/No response.
Settings
- In the Prompt window caption field, enter a window caption.
- In the Prompt message field, enter a message.
- In the Assign the value to a
variable field, specify a
variable.
The action returns its output as a string variable. Specifically, the output is:
-
Yesif you click Yes -
Noif you click No.
-