# Marketo - Clone Program Action
This action clones a specified program within your Marketo instance.
Clone program action
# Input
| Input field | Description |
|---|---|
| Program ID | The ID of the program to be cloned. |
| Name | Unique name of the new program to be created. |
| Folder ID | Target folder into which the program will be cloned. |
# Output
The output of this action is contained in the result which has the information pertaining to the cloned program.
| Output Field | Description | |
|---|---|---|
| Success | Boolean value indicating whether the program was cloned successfully. | |
| Request ID | ID associated with the request to clone the programs. | |
| Errors | Any errors with the request will be detailed here. | |
| Warnings | Any warnings with the request will be detailed here. | |
| Result A list of programs. | ID | ID of the program cloned. |
| Name | Name of the program cloned. | |
| Description | Description of the program cloned. | |
| URL | URL of the program cloned. | |
| Type | Type of the program cloned. | |
| Channel | Channel of the program cloned. | |
| Status | Status of the program cloned. | |
| Workspace | Workspace of the program cloned. | |
| Tags | Tags associated with the program cloned. | |
| Folder | Folder in which the program cloned is located. | |
| Created at | Datetime at which the program cloned was created. | |
| Updated at | Datetime at which the program cloned was last updated. | |
| Sfdc ID | Sfdc ID of the program cloned. | |
| Sfdc name | Sfdc name of the program cloned. | |
| List Size | The list size of the programs. | |
| List Index | An index for each item in the list of programs. | |
For a full list of response fields, refer to the Marketo documentation (opens new window).
Last updated: 2/18/2022, 10:54:18 AM