cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Triggered task - how to store data passed in querry parameter in a variable

jshanaiah
New Contributor II

I have created pipeline with parameter as test and created triggered task which is invoking pipeline

I am calling that task using below URL
https://elastic.snaplogic.com:443/api/1/rest/slsched/feed/StanfordDev/projects/gsb/test?test=jayr

How can i store value of querry parameter in a variable like โ€œtestโ€
I can access parameter by using ${_test} but not able to store it using mapper

2 REPLIES 2

aleung
Contributor III

prefix your pipeline parameter with and underscore โ€œ_โ€ (e.g. _test)

jshanaiah
New Contributor II

Thanks @aleung . It worked