Forum Discussion
10 Replies
- nganapathirajuFormer Employee
You cannot set the parameters values once inside the pipeline. They are ready-only.
You can set them only from outside passing values to them either externally or from a different pipeline.
- krupalibshahContributor
Yeah, I got that.
What I am trying to do is if the parameter is given an expression will it evaluate it?
If we give an xpath or json path (whose value will be in the document that the pipeline receives) will the xpath be populated with correct values?
- nganapathirajuFormer Employee
Yes definitely. It should!!
- krupalibshahContributor
Thanks!
But this is not what I am aiming to do, I want to check if I give an xpath or json path in pipeline parameters (under edit pipeline) will they be evaluated and give me corresponding result?