Can I duplicate workflow or nodes changing only some parameters

Do you have an idea to duplicate nodes and replace at once a single parameter (my name for example “Jeremy” to “Nicolas” each time my name exist in the nodes/workflow) ?

Hi @jeremydahan, if you have separate workflows per client, I think the easiest way would be to export your workflow, for example through our REST API. This should give you a JSON representation of your workflow in which you can perform a quick find & replace. Once done, remove the ID of the workflow (to avoid overwriting an existing workflow by accident), give it a new name and save it as a new workflow.

If you have everything in one workflow you can copy just the required nodes and update the existing workflow instead of creating a new one, though I think this will be a lot more work to implement.

On the actual use case I’d check if your can re-use your existing workflow for each client and then reference the changing data via expressions in your flow. Or is this not working for some reason?

2 Likes