Hi @kiran_panchavat, I noticed that the sample provided aligns with what I’m trying to achieve. However, after applying the same settings for testing, I’m still not getting the same results as you. I’ve attached a screenshot for your reference—please help point out any mistakes or adjustments that may be needed. I don’t believe the issue lies with the transforms.conf configuration. JSON file: [ { "attribute":{ "type": "case" }, "Id": "I0000005", "name": "ws", "email": "ws@gmail.com", "case type__c": "Service Case", "date": "17/4/2025", "time": "16:15", "account":{ "attribute": { "type": "account" }, "Id": "I0000005" } }, { "attribute":{ "type": "case" }, "Id": "I0000006", "name": "thomas", "email": "thomas@gmail.com", "case type__c": "Transaction Case", "date": "17/4/2025", "time": "16:15", "account":{ "attribute": { "type": "account" }, "Id": "I0000006" } } ] Search Head: Props.conf Transforms.conf
... View more