Timer Action ⏰
Execute specific actions after a specified time delay. Set the action type and timer duration in seconds to trigger automated operations.
After the field runs, the specified action will execute when the timer expires. This field operates asynchronously - the next field does not wait for the timer action to complete before proceeding.
📋 Field Options
| Field Options | Required | Example Values | Description |
|---|---|---|---|
| Set Seconds | Yes | 5, 10, 30, 60 | Set Seconds |
| Action Name | Yes | Open URL Click Field Element Reload Page | Type of action to perform after timer expires |
⚙️ Action Configuration
Set Seconds
Enter the timer duration in the Default Value field option.

How to Configure:
- Click on the field in your form
- Navigate to Field Settings
- Go to Default Value tab
- Enter the number of seconds (e.g.,
10for 10 seconds) - Save the configuration
Action Name
Select the type of action to execute after the timer expires.
| Action Type | Description | Additional Configuration |
|---|---|---|
| Open URL | Navigate to a specific URL | URL - Target URL to open |
| Click Field Element | Click on a specific page element | Element Selector - CSS selector or XPath |
| Reload Page | Refresh the current page | No additional configuration required |