Is there a way to edit a record, using a schema that includes ->relationship() fields, and have it save as new records?
I've tried using a ReplicateAction, but the relationships in the schema don't hydrate or save.
I've also tried using a CreateAction, which got me closer. I was able to get everything to hydrate, and when I saved a new parent record was created properly, but the relationships of the original record would get updated instead of having new relationships created.
Any thoughts on how to resolve this?