Reusing a Workflow
Status: Closed · Asked by Carilyn Tolentino on · 0 views
Hello. Can I reuse a workflow? Let's say the eventbrite webhook has already ended, and there's another event coming. I want to do the same thing for the workflow. So can I just reuse it? Wouldn't it affect the previous captured data? Thank you.
Hey @Caryl
You can leverage the existing workflow for additional automation too. If you clone the workflow, you'll only need to reconfigure the trigger event to set up the new automation. However, keep in mind that if you receive a new trigger response due to changes in the action step, you will need to remap the data in the subsequent action step accordingly.