1
0
-1
1 answer
- 10-1
Hi, I believe the JSON Tool supports POST requests out of the box. Do you mean putting 10 records in 1 POST request? If so, then your endpoint API would need to support it, and you would likely put the records as part of the JSON body.
Add your comment...
Greetings - I am able to use the json to form tool to get data and store it in a form.
So lets say, there are 10 records in a list, is there a process that can POST those 10 records to a web service (POST instead of GET)?
I can do one record with workflow variable. but how do we setup a process to do all 10 records for example?