Skip to main content

Manual Action

User InteractionLow risk

Pause for the user to do something by hand, then pick one of your custom buttons. Branch on the choice with a Switch.

Inputs

NameTypeRequiredDefaultDescription
Title
title
stringOptionalManual Action
Instructions
instructions
textRequiredComplete the manual step, then choose an option.
Buttons (comma-separated)
buttons
stringOptionalDone
Timeout (seconds, 0 = wait forever)
timeoutSeconds
numberOptional0
Button to auto-select on timeout
timeoutButton
stringOptional
Reminder Interval (seconds, 0 = none)
reminderSeconds
numberOptional0
Output Variable
outputVariable
variableOptionalManualActionResult

Output

$outputVariableString

The label of the button the user clicked

Compatibility

WindowsDesktopAttended

Related activities