Dear Team,
Is there any idea, How to pass multiline data in form of table to RestAPI from cloud workflows without script ?
Below is the format to pass the multiline data dynamically (detail_object) - Highlighted the pattern in bold :
{
"InputJSON": [
{
"VoucherFieldSet_AllRows": {
"VoucherFieldSet_AllRows": {
"Company": "00200",
"SupplierNumber": "16",
"InvoiceNumber": "7746702",
"GLDate": "04/15/2025",
"JDEPONumber": "5408",
"LFEntryID": "2646",
"detail_object": [
{
"GrossAmount": "47.5",
"ItemNumber": "9009"
},
{
"GrossAmount": "281.68",
"ItemNumber": "9010"
}
],
"GridIn_1_5": [
{
"AccountNumber": "3.8130.8130"
},
{
"AccountNumber": "3.8130.8130"
}
]
}
}
}
],
"To": "abc@abc.com",
"Cc": "abc@abc.com"
}
Thanks