Start new Workflow iteration
This action starts a new Workflow iteration in InVision. It’s typically used for beginning a new budget or forecast cycle—for example monthly, quarterly, or yearly.

Properties
| Name | Type | Description |
|---|---|---|
| Workflow | Required | The Id of the Workflow to create a new version for. |
| Iteration name | Optional | The name of the new iteration. If not specified, the name is automatically generated by InVision combining the name of the Workflow and the current date. |
Returns
The action returns an object containing the id of the new iteration.
{
"iterationId": "id"
}