Hi @TirtharajSa2 , In Content Fragment Models (CFM), when you create a multifield (like your key-value), the data is saved as a string array property (e.g. specifications = ["key1:value1", "key2:value2"]).Unlike component dialogs, CFM does not create item0, item1 child nodes. This is by design beca...