04-04-2023 11:41 AM
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
04-05-2023 02:54 AM
Thanks for quick response. Now I got it.