Hi – It might help to get a little more information about your use case, but this seems like a place where you would use Sync and create a Partition Key that separated your data by user (so that rec A / rec B can live within the same backend database but are not shared by users). If you need to duplicate/move data between rec A/rec B you may also want to look at Triggers for this use case.