Two button popup to display a message and allow for a user decision. The message is connected to the Text input, True text and False text can be connected to set the text of the two buttons. Title can be used to set the title of the popup window.
Text (Required)
- Input type: String
- Message to be displayed.
Title (Recommended)
- Input type: String
- Default value: “Please choose…”
- Can be used to set the title of the popup window.
True Text (Recommended)
- Input type: String
- Default value: “Accept”
- Text of the button which will return a True user selection.
False Text (Recommended)
- Input type: String
- Default value: “Deny”
- Text of the button which will return a False user selection.
Output connectors
accepted?
- Output type: Boolean
- True or False depending on which button was pressed by the user.