Solved
Forum Discussion
akarsh
2 years agoNew Contributor III
One more question.
I have the following snap structure
read from JMS ( List of object) -> Json Splitter -> lookup on sales force for ID -> Send data to sales force using salesforce upsert -> maps and post it to JMS.
What's happening here is data is being posted individually. is it possible to collect it in a single JSON and send it once to JMS?