Forum Discussion
9 Replies
- nsingamEmployee
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_sarohaNew Contributor III
@nsingam, Thank you but it’s a dynamic value.
- jcorneliusNew Contributor III
@amit.saroha
use the Pipeline Parameters fields
- jcorneliusNew Contributor III
@amit.saroha
and in the Edit pipeline
- jcorneliusNew Contributor III
Use PipeLine variable, it can be seen by all child snaps and passed on to any additional pipelines
- amit_sarohaNew Contributor III
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.
- nsingamEmployee
Hi Amit,
Looks like you are trying to read the data from the upstream document.
When you use the pipeline parameters you need not use the original field. Instead, you can access the variable using underscore. (ex: _yourVariableName). From the parent, when you are calling the child pipeline also you need to pass the value, so that in the child you will be able you use the same value.