my schema is simple: a list of arrays using array of objects. example:hotels: (array of objects){hotel_id:001, hotel_sqft:10000}, {hotel_id:002, hotel_sqft:20000},and have 10's. of them for a single profile source mapping: upsert_array_replace([hotel_id:002, hotel_sqft:25000]) //this is finetarget ...