> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Wait

> Wait for a specified amount of time before continuing to the next step

Wait for a specified amount of time before continuing to the next step. Max number of seconds is 90.

|                     |                     |
| ------------------- | ------------------- |
| **App**             | Flow Control        |
| **Operation ID**    | `flow_control_wait` |
| **Type**            | Action              |
| **Connection**      | None                |
| **Credits per run** | Free                |

## Inputs

| Field     | Type    | Required | Default | Description                                                  |
| --------- | ------- | -------- | ------- | ------------------------------------------------------------ |
| `seconds` | integer | No       | `5`     | Number of seconds to wait. Must be between 1 and 90 seconds. |

## Output

**Type**: `str`

Returns success message after wait completes.
