cancel
Showing results for 
Search instead for 
Did you mean: 

Lookup or Cache to store a value

amit_saroha
New Contributor III

Hi,

Is there any way in snap logic to store a value say ‘A’ in any lookup or any cache variable so that I can resue it in different parent and child pipelines?

9 REPLIES 9

nsingam
Employee
Employee

Hi Amit,

 If this is a value something not available in the parent, and it is a static value and wants to use that in multiple pipelines, then you can make use of **expression library**. You can define such values and add that expression library in the pipelines where you required and get the value and use it.

amit_saroha
New Contributor III

@nsingam, Thank you but it’s a dynamic value.

jcornelius
New Contributor III

Use PipeLine variable, it can be seen by all child snaps and passed on to any additional pipelines

But, with the pipeline variable I will keep adding original.original.original.original.original.original. How many times do I have to do it you imagine if the pipeline is big.