Replicating a Logic+ Flow
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
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.
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.
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.
Configure the New Logic+ Flow
Assign a Name and provide a Brief Description outlining the purpose of the flow.
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.
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.