Deep VS Shallow copying in Bubble

When you copy a thing, it creates a new unique thing. However, it seems like the sub fields of that thing are not unique, basically a shallow copy? How can I do a deep copy where both the objects and all of its sub-things are unique copies? Do I have to use multiple workflows to copy from the bottom up and then reconstruct the object?

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.