Hey guys, is there a best practise way to edit an Object by multiple users (e.g. 3) at the same time and add the full content all users made? For example 2 Users are editing a String attribute of the same Object at the same time: User 1 writes: AAA User 2 writes: BBB ->>Both hit save at different times. Target result of the attribute would be: AAA BBB Right now, the last commit overwrites everything. Thanks!