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.