Skip to main content

Request Approval

User InteractionLow risk

Ask the user to approve or reject. Stores a true/false you can branch on with an If.

Inputs

NameTypeRequiredDefaultDescription
Title
title
stringOptionalApproval Required
Message
message
textRequiredDo you approve this action?
Approve Button
approveButtonText
stringOptionalApprove
Reject Button
rejectButtonText
stringOptionalReject
Timeout (seconds, 0 = wait forever)
timeoutSeconds
numberOptional0
On Timeout
onTimeout
enumOptionalreject
rejectapprove
Reminder Interval (seconds, 0 = none)
reminderSeconds
numberOptional0
Output Variable
outputVariable
variableOptionalApproved

Output

$outputVariableBoolean

True when approved, false when rejected

Compatibility

WindowsDesktopAttended

Related activities