vish_ch
2 years agoNew Contributor
HTTP Client Snap is converting json object to array while performing POST call
Hello community members,
I am looking for some guidance on below scenario if you have faced in past
I'll explain a flow a bit
I am getting HTTP GET call which is returning me Json Array response which after enrichment I need to send as individual requests for which I am using splitter.
Logically view : HTTP GET -> JSON Splitter -> Mapper enrichment -> HTTP POST
SnapLogic Intelligent Integration Platform
Issue I have is that this POST call is converting my request from Json Map/Obj to Json Array and hence my API calls are failing. Is there some config which i need to alter to avoid this.
Thanks.