ContributionsMost RecentMost LikesSolutionsRe: Filter in the array It would be a great help if someone could help me on this. Ideas please… Re: Filter in the array Here we have hardcoded [0] which brings only first element, but there are multiple elements in each array. We need to filter 1 based on the value matching. Filter in the array Hello Community, I have been trying hard to build a logic urgently. I’m requesting SnapLogic expression language experts to assist here. I have the input data like below and need to get the phone “number” filed validating 3 conditions. Type should be ‘Mobile’ in array “phone” type should be == ‘Voice’ inside the array “utilizationMeanings” endDate field should be null which is inside another array “dates” inside “utilizationMeanings” To detail: $ phones[ < find type = Mobile >].utilizationMeanings[ < find type= voice >].dates[< find endDate ==null>].number { “phone”: [ { “number”: “123456789”, “type”: “Mobile”, “utilizationMeanings”: [ { “type”: “Voice”, “dates”: [ {“startDate”: “2023-05-31T12:08:47.503Z”,“endDate”: null } ] }, { “type”: “Text”, “dates”: [ {“startDate”: “2023-05-30T00:00:00”, “endDate”: null } ] } ] } ] } Re: Inserting Multiple object records Salesforce Yes you can do it. First setup the child object in the Related Object and Related External ID. setup the objects like this Re: Salesforce to Redshift Thanks a ton. Re: Salesforce to Redshift HI, Any update on the pipelines? We are trying to implement exactly same. Any help in this regard is highly appreciated. Thanks Kishore Re: Salesforce to Redshift Thanks for your response. Any help in this regard is highly appreciated. Salesforce to Redshift Hello Community, We are planning to implement a solution loading data from SFDC to Redshift, I searched for a pattern and found the following blog post helps very much. Unfortunately, we searched in the patterns but didn’t find the relevant one. We are now looking for the pipelines. Could someone help here please guide or share some info? Salesforce data has to be ingested into Redshift. SnapLogic – 9 Jul 19 Accelerating the integration of Salesforce data and Amazon Redshift The integration of Salesforce data with disparate SaaS applications, databases, and data warehouses is complex work. SnapLogic simplifies it with drag-and-drop integration. Thank you. DynamoDB - query snap HI All, Looking for getting data from dynamoDB using query snap. Need to bring data using contains in one of the key fields. for example, all records with in 2022. Any help is appreciated Re: Change Data Capture With SnapLogic Yes. We are looking to get the data from SQL server to Redshift