Duplicate Parent and Child in Record Utility Pipe still working?

Hey @edison

As @kruizf201 said, this feature does work, but it has it’s issues. We actually depreciated and removed this Pipe for a few months as it caused more trouble than it was worth but we made it available agin because it was asked about so frequently. When we removed the Pipe, I made a video about how to build similar workflows using Make - you can find that video below.

The main issue with this Pipe is that there’s no control over the copying process. For those who are copying a few records, like under 10, it works pretty well. What ended up happening though is that this Pipe was being used to try and copy 100’s of records. There are many variables at play here, such as your app data structure (ie. how many connections and equations are being processed for each copied record), and API limits for your plan. It’s quite easy to go over the number of calls per minute that is allowed on any given plan.