Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

Overview

Duplicating a Logic+ flow is a straightforward process that involves copying and pasting the JSON body of the existing flow. If you already have the JSON, you can proceed directly to the creation steps. Otherwise, you can retrieve the JSON from the Logic+ user interface.


Prerequisites

Before proceeding, ensure you have the following:

  • Administrator access to Sharpen

  • Logic+ enabled on your account


Steps to Duplicate a Logic+ Flow

  1. Obtain the JSON Body

    • If you already have the JSON copied, proceed to Step 4.

    • Otherwise, navigate to Admin → Configuration → Logic+.

    • Locate the Logic+ flow you want to duplicate, hover over it, and click to open.

  2. Copy the JSON Body

    • Once the page loads, locate the top-right corner of the interface.

    • Click {} JSON to access the JSON body.

    • Highlight and copy the entire JSON structure displayed.

  3. Create a New Logic+ Flow

    • Return to the Logic+ main page by navigating to Admin → Configuration → Logic+.

    • Click "New Logic+" to start creating a new flow.

  4. Configure the New Logic+ Flow

    • Assign a Name and provide a Brief Description outlining the purpose of the flow.

  5. Paste the JSON Body

    • In the new Logic+ flow, click {} JSON in the top-right corner.

    • Paste the copied JSON body into the provided field.

  6. Save the New Flow

    • Click Save as New Draft to finalize the duplication process.

      • Publish the flow once it is ready for deployment.


Conclusion

You have now successfully duplicated a Logic+ flow. The newly created flow will mirror the original configuration, ensuring consistency and efficiency in your Logic+ setup.

  • No labels