ActionCloneScopingRequirementSet
Clones an existing scoping requirement set onto an estimate product. Creates a copy of all requirements, responses, display conditions, and variables. When the target estimate product is the same as the original, scoping actions are also copied. Use this action when the user wants to reuse an existing requirement set as a starting point on the same or a different estimate product. Returns the ID of the newly cloned scoping requirement set.
| Property | Value |
| Label | Clone Scoping Requirement Set |
| Category | Guided Scoping |
| Since | Summer 2026 |
| Read-only | No |
| Supports Agents | Yes |
| Supports Flows | Yes |
| Async Action | No |
| Keywords | clone, copy, scoping, requirement set, estimate product, guided scoping, reuse |
Request Parameters
| Field | Type | Label | Description | Required |
scopingRequirementSetId | Id | Scoping Requirement Set ID | The ID of the scoping requirement set to clone. | Yes |
estimateProductId | Id | Estimate Product ID | The ID of the estimate product to link the cloned requirement set to. | Yes |
name | String | Name | The name of the cloned requirement set. | Yes |
description | String | Description | The description of the cloned requirement set. | No |
Response Parameters
| Field | Type | Label | Description | Required |
clonedRequirementSetId | Id | Cloned Requirement Set ID | The ID of the newly cloned scoping requirement set. | No |
|