cs-icon.svg

Clone an Automation

You can duplicate an Automation from the Automations page. A copy of the existing automation and all the current configurations is created, i.e., trigger(s) and action(s). Since the original and the cloned Automation are in the same project, they can share important attributes, such as invited users and connected apps.

Creating a duplicate version of an Automation can be useful for a number of reasons:

  • You can create a backup of a working Automation in case you need to revert to a previous version.
  • You can duplicate a live Automation to make changes and test them in duplicate, then when it is ready to go live, switch them so the updated copy will replace the previous version. This way, you do not have to change a live Automation.
  • Suppose you need to create an Automation similar to another one. In that case, you can create a clone of the similar Automation and have a nice starting point from which to begin building your steps.

To clone an Automation, perform the steps given below:

  1. On the Automations page, click the clone icon you see on an Automation listing.
    Click_to_clone_the_automation.png
  2. On the Clone Automation modal, provide the Automation Name and Select Project from the dropdown to clone the automation to the selected project.
  3. Once you have updated the details, click Clone.
    Clone_Automation_Select_project.png
  4. You can see the clone created for the automation in the selected project.Cloned_Automation_in_the_Selected_Project.png
  5. You can also create a copy of the automation by navigating to the Basic Information page and clicking the Clone Automation button.
    Clone_an_Automation.png

Note: You can now throttle the execution for your automations to avoid rate limit. For more information, refer to the Throttle Execution document.

If the automation is cloned in the same project, some steps may appear as tested and untested. If any action has a dependency on the previous step and that step remains untested, then all the subsequent steps become untested.

You can find the dependency by checking the automation step number in the active action step. If the current step fetches value from the untested step, it becomes dependent on the previous step to testify as tested.

Note: If a user clones an automation to a different project, all the automation steps become untested and the user needs to configure connected apps to activate the automation.

What if you have Project Variables defined in your project?

If you have defined project variables in your project and used them in your automation, then you can copy the project variables to the destination project for the cloned automation to work properly.

  1. In the Clone Automation modal, provide the Automation Name and Select Project from the dropdown to clone the automation to the selected project.
  2. Click Next Step to view and copy the project variables in the destination project.
    Next_Step.png

    Note: Project Variables are defined at project level.

  3. Enable the toggle to copy the variables.
  4. Click Clone to clone the automation.
    Clone_Button_New.png
  5. You will see the cloned automation along with the project variables in the destination project.
    Cloned_Automation.png
Was this article helpful?
^