Hello
I have converted a datatable to Json using
Set variable %{{ }}%
then i added the table
{
"columns": [
{
"name": "Credit account"
},
{
"name": "Debit account"
},
{
"name": "Internal transaction ID"
},
{
"name": "Currency"
},
{
"name": "Status"
},
{
"type": "dateTime",
"name": "Value Date"
}
],
"Rows":
[ %WolfTable%
]
}
It works but how i can append a new row in the table or remove
here i want to send first status by itself then the all the values, im trying to use index but couldn't figure it out.
[ Credit Account, Debit Account, Internal ID, Currency, Status, Value Date, TotalAmount
123123, 213123, 312333, USD, P, 10202022, 98798
]
Any tips

Report
All responses (
Answers (