Addon · Recheck
Try the Addon condition multiple times with a delay between attempts; choose what to do if it never matches.
On this page
Recheck
Number of times to retry the Addon condition when it doesn’t match initially.
Examples:
- Positive integer
1
to999
.
Recheck Interval
Delay between retries (in seconds). Supports decimals and the aeb
range syntax for random delays.
Examples (seconds)
0.5
— half a second1
— one second1.5
— one and a half seconds2
— two seconds1e4
— random value between 1 and 4 (custom range syntax)2e5
— random value between 2 and 5 (custom range syntax)0.5e1.5
— random value between 0.5 and 1.5 (custom range syntax)- Leave blank to use the default value (or start immediately, depending on the field)
Note: The aeb
format above is not scientific notation. It indicates a random number in the inclusive range [a, b]
and supports decimals.
Recheck Options
Name | Default | Description |
---|---|---|
Stop | selected | Stop the workflow; no further actions run. |
Skip Action | not selected | Skip this action and continue with the next one. |
Refresh | not selected | Reload the current page before continuing. |
Goto Action | not selected | Jump to a specific action in the list. |