User Activity

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 lo...
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. ...
Is there a way to access data in the mapper snap in my salesforce soql snap which is right after salesforce update snap
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
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 ...