mongley
2 years agoNew Contributor II
JSON response without []
Hello,
I need to construct a JSON response to validate a webhook for Adobe Sign.
The required response is { "xAdobeSignClientId": "BGBQIIE7H253K6" }
However by default I get [{ "xAdobeSignClientId": "BGBQIIE7H253K6" }] which is rejected.
Is there a way to remove the square brackets from the response?
Many thanks,
Mark
One way is to add JSON Formatter Snap after the Mapper Snap, with "Format each document" checked.
BR,
Spiro Taleski