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
- 在提示窗口标题字段中,输入窗口标题。
- 在提示消息字段中,输入消息。
-
在将值分配给变量字段中,指定变量。
The action returns its output as a string variable. Specifically, the output is:
-
Yes
if you click Yes -
No
if you click No.
-