cancel
Showing results for 
Search instead for 
Did you mean: 

JSON array from external to snaaplogic using triggered task

srini_polimera
New Contributor III

Hi,

I am creating pipeline with triggered task and Json as input below. How to get this data into pipeline and use in mapper when postman is used to send request in body. I used ‘$’ in mapping, but no data is coming from postman.

“Input”: {
“item”: [
{
“SIGN”: “I”,
“OPTION”: “BT”,
“LOW”: “10”,
“HIGH”: “20”
}
]
}
}

–Thanks

5 REPLIES 5

srini_polimera
New Contributor III

Thanks for quick response. Now I got it.