TL;DR Problem: Move parents (data_type_1) and children (data_type_2) between Bubble apps while preserving the relation (parent list of children & child’s single parent). Approach: Read all parents from App-1, compare with App-2, create missing pare...
