ContributionsMost RecentMost LikesSolutionsWhile updating serviceNow using Servicenow update snap if there is a failure it is retrying twice I have a ServiceNow update Snap in my pipeline to which i have added an error view. When an error happens during the ServiceNow update it looks like it is retrying again. As a result, it is going to error view twice as i see the error file getting logged twice. and also in the pipeline executing i see that error view is executed twice for the same transaction Pipeline not going to error view when SFDC update snap fails I did not map Id field on the mapper while updating sfdc record. which should technically fail the update Snap. I added an error view to the salesforce update snap but it is not going to the error view. I tried logging the output after SFDC updated. I dont see an error message on in the file as well. Why is it not going to error view? Accessing Data from previous snaps Is there a way to access data in the mapper snap in my salesforce soql snap which is right after salesforce update snap SolvedHow to check The size of the response from Salesforce Hi I am getting this as a response from Salesforce SOQL Query Snap I would like to check how many Ids we have in the response. In this instance I have to 2. And I want to perform a different action if the size is greater than 1 SolvedHow to access Parameters passed in pipeline in the mapper snap Hi, I am passing instanceUrl as a parameter in pipeline paremeters. But I am not going to use this in first snap of my pipeline. How can i access this parameter value in my mapper snap? I only have access to the data thats being queried in my mapper snap. Re: How to access data from previous snaps Hi @AleksandarAngelevski Thank you for your reply. This will solve the issue at this stage, but I am going to have a few more calls to other databases and child pipelines and after making these calls I will need to be able to access the information that i had in the previous snaps or the data that was generated in child pipelines. It won’t be in a linear function. Any snap that i can use which will give me access to data which was generated in any snap in this execution context? Re: How to access data from previous snaps How to access data from previous snaps Hi Have a pipeline where i get data from a triggered task. For testing and dev purpose, I am reading the data from files as the first step. In one of the snaps i am calling another pipeline to query servicenow after the query I want to use the data which got in the first snap and the child pipeline to perform another action. But right after the call to child pipeline i added a mapper and in the mapper I only have access to the data which returned by the child pipeline and the data that was sent to the child pipeline. How can i assess data from first snap or any other snap Solved