Actions100
- Activity Logs Actions
- Articles Actions
- Asset Layouts Actions
- Asset Passwords Actions
- Assets Actions
- Get Assets
- Get Companies Company Id Assets
- Post Companies Company Id Assets
- Get Companies Company Id Assets Id
- Put Companies Company Id Assets Id
- Delete Companies Company Id Assets Id
- Put Companies Company Id Assets Id Archive
- Put Companies Company Id Assets Id Unarchive
- Put Companies Company Id Assets Id Move Layout
- Cards Actions
- Companies Actions
- Expirations Actions
- Exports Actions
- Folders Actions
- IP Addresses Actions
- Lists Actions
- Magic Dash Actions
- Matchers Actions
- Networks Actions
- Password Folders Actions
- Procedure Tasks Actions
- Procedures Actions
- Public Photos Actions
- Rack Storage Items Actions
- Rack Storages Actions
- Relations Actions
- Uploads Actions
Overview
The "Duplicate Procedure" operation allows users to create a copy of an existing procedure within a specified company context. This is useful when you want to replicate a procedure's setup without manually recreating all its details, saving time and reducing errors. For example, if a company has a standard procedure template, duplicating it for a new project or department can streamline workflow setup.
Properties
Name | Meaning |
---|---|
Id | The ID of the procedure to duplicate. |
Company Id | The ID of the company under which the duplicated procedure will be created. |
Additional Query Parameters | Optional fields to customize the duplicated procedure: - Name: New name for the duplicated procedure (optional). - Description: New description for the duplicated procedure (optional). |
Output
The node outputs JSON data representing the newly duplicated procedure. This typically includes the duplicated procedure's details such as its new ID, name, description, and any other metadata returned by the API after duplication. There is no indication that binary data is outputted by this node.
Dependencies
- Requires an API key or authentication token configured in n8n credentials to access the external service managing procedures.
- The base URL for the API must be set in the node's credential configuration.
- The node sends HTTP requests with query parameters based on input properties to perform the duplication.
Troubleshooting
Common Issues:
- Providing an invalid or non-existent procedure ID will likely result in an error from the API indicating the procedure cannot be found.
- Missing or incorrect company ID may cause the duplication to fail or associate the duplicated procedure incorrectly.
- Insufficient permissions or missing API credentials will prevent the node from successfully calling the API.
Error Messages:
- "Procedure not found": Verify the procedure ID is correct and exists.
- "Unauthorized" or "Authentication failed": Check that the API credentials are correctly configured and valid.
- "Invalid parameters": Ensure that all required fields are provided and optional fields conform to expected formats.
Links and References
- No direct links available from the source code. Consult the API documentation of the service managing procedures for detailed information on the duplication endpoint and parameters.