07-05-2022 11:57 AM
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?
07-06-2022 05:09 AM
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.
07-06-2022 06:37 AM
@nsingam, Thank you but it’s a dynamic value.
07-12-2022 05:55 AM
Use PipeLine variable, it can be seen by all child snaps and passed on to any additional pipelines
07-12-2022 09:20 AM
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.