Add option to choose between copying or linking the form when cloning a product
Ramon Schouten
Problem:
When cloning a product in
HelloID Service Automation
, the associated form is linked
, not copied
. This is by design
according to the docs, but it's inconsistent with how Delegated Forms
behave — where cloning creates a full copy.This often leads to confusion. If users want a true clone (with its own form), they have to:
- Open the original product
- Switch to the editor
- Copy the JSON of the form
- Paste it into the new product's editor
This process is time-consuming, error-prone, and doesn't align with expectations — especially since customers more often clone products than standalone forms.
Proposal:
- Clone Option Prompt:When cloning a product, present a choice:
-
Link existing form
(current behavior) -
Create a full copy of the form
(new behavior)- Consistent Behavior:Match the cloning behavior of Delegated Forms for a more intuitive experience.
Benefits:
- Improved Consistency:Aligns logic across different parts of HelloID
- Time Savings:Avoids manual copy-pasting of form data
- More Control:Lets users choose what fits their workflow
- Better Usability:Reduces confusion, especially during implementation projects
K
Kevin Smits
Thank you. We have the same problems with cloning a product. We always have to unlink a form to create the exact same form only some other text for example.
So cloning the product and giving an option to also clone or link the form, is a perfect solution!