Forum Discussion

vkandalam's avatar
vkandalam
New Contributor II
3 years ago
Solved

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

  • Hi @vkandalam,

    I’m not super clear with your requirement as your text and diagram depiction seems to be different.
    If I’m able to connect some dots, you can either use a copy snap after the snap you want to consume data later with other snaps or simply select “pass through” in your first snap so that data can be used later on.

    Let me know if that resolves your question or please paraphrase it so that I can understand it better.
    Thank you.

2 Replies

  • Yeah, but still got the same error.
    It got solved, not sure how.

    But now when I am trying to use the same insert query in different ways I get this error,

    Content of Json generator:

    [
    {

        "ACTIONNAME": "Audit",
        "TRANSACTIONID": "536b983a-bb79-4a0f-afa7-6c3b4a8890b9",
        "ENTRYTIMESTAMP": "2017-08-10T08:37:22.882",
        "EXITTIMESTAMP": "2017-08-10T08:37:22.882",
        "SOURCESYSTEMNAME": "_sSName",
        "TARGETSYSTEMNAME": "_tSName",
        "PIPELINEPROJECT": "PipelineProject",
        "PARENTPIPELINENAME": "_parentPipelineName",
        "CHILDPIPELINENAME": "_childPipelineName",
        "ASSOCIATEDPIPELINE": "_associatedPipeLines",
        "USERNAME": "_userId",
        "SNAPLEXNAME": "SnaplexName",
        "PARENTPIPELINEINSTANCEID": "_parentPipelineInstanceID",
        "CHILDPIPELINEINSTANCEID": "_childPipelineInstanceId",
        "BATCHID": "_batchID",
        "BUSINESSID": "_businessID",
        "STATUS": "_status"
    }
    

    ]

    Output of Mapper1 where we are getting error

    Output of Mapper2 where it runs fine