Forum Discussion
darshthakkar
4 years agoValued Contributor
Hi @bourner,
Did you try using a JSON splitter already?
@mike.korcynski, check the Batch Size setting in the Snap - if it isn’t blank (for example, it has a value of
1
), you’ll see the kind of behavior you’re describing:If you leave it blank, it should not wrap the body in an array (also, be mindful of the correct Content-Type header value required by the targeted API):
The setting in question is described further on the REST PUT documentation page:
- mike_korcynski8 years agoNew Contributor III
I had the Content-Type set correctly, but Batch size I had set to 1, setting it back to blank solved the problem. Thanks, I appreciate the help.