ContributionsMost RecentMost LikesSolutionsRe: Perform a look up on keys of an object to get it's value Thanks for the details.The B object key that we are trying to find inside object A is a dynamic value that is stored inside another variable. how can we replicate that variable in above expression instead of directly hard coding B. For Ex. value= B/C/D/E how can we look up for B/C/D/E using value variable. Re: Perform a look up on keys of an object to get it's value Yes all B,C,D,E objects are keys with in Object A. I forgot the closing brces for object A in above example. Perform a look up on keys of an object to get it's value Hello All, I have a requirement to extract values of an object based on it’s key through a lookup. For Example i have following json structure : { “A”:{ “B” : {“value” :“test”}, “C” : {“value” :“test”}, “D” : {“value” :“test”}, “E” : {“value” :“test”}, } A,B,C,D,E all are objects. i want to extract only B’s value when the key matches to B. Regards, Asheerbad Mermory Utilization of Specific pipeline I have a requirement of calculating total memory that it consumed by a specific pipeline during it’s run time. Can we use Public API with RuntimeId of that pipeline to figure out the utilization of total memory for a specific pipeline. Thanks!! Retrieve Header Details Hi, I am trying to capture header details from an incoming trigger . How to capture all header details in a file. Thanks Re: Download an attachment Thank You All !! I have done the same placing only file writer. Re: Download an attachment Yes. Through Rest Post. Re: Download an attachment It is posted to trigger task. Download an attachment I have a use case to download a zip file , which is coming as an attachment through trigger task. can someone help me to download the file and store it in snaplogic database. Thank you Merging fields of a document I am extracting all fields of a object in salesforce. since it is huge we have to use two salesforce read snap to get all the fields . so i have used join to perform Inner join & combine all the fields, provided id as common field for both left and right path. But for huge amount of documents join snap kind of holding up all documents and then performs the inner join operation . due to this hold up it’s consumes huge memory. Could you please provide a better solution for this ?