Forum Discussion

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

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 ...
  • Aleksandar_A's avatar
    3 years ago

    Hi @vkandalam

    If you move the first Mapper Snap inside the child pipeline, you will be able to access the documents from the XML Parser in Mapper 1, by accessing the $original object.

    BR,
    Aleksandar.