โ08-29-2022 08:51 AM
Hi there, I am new in this community so to Workato. I am looking for building a Body requests using multiple records (batch), I have a Workato list created but I don't know how to build this body call. Here is a sample
โ08-29-2022 04:02 PM
So you could have "records" list in your datamodel and map your accumlated list variable datapill to it. If you use a message template you would have somehting like:
{
"upload_request_id":"b3eb858c-e880-4938-bba3-bd5b733dd9b5",
"records":{{Records}}
}
And would have map point of Records to map to in formula mode as datapill.to_json
โ08-30-2022 03:13 AM