Hi Esteban, Thanks for this response. I had to use a workaround (in the clientlib) where I set a property to each multifield item (which in this case, is a JSON object). For example:var updatedCategories = dialog.getField("./navmenu/shop/categories").getValue().map(function (item) {
var cate...