The use case I am calling api from webhook fetch rows from DB it actually returns as json object oly but in context variable it accepts a\as a simple text. So planning to convert and use it web interface.
vara='[
{
invoice_id: '797 ',
invoice_date: 2020-07-06T18:30:00.000Z,
vendor_name: 'vednorone',
vendor_no: '92000003',
invoice_amount: 623,
paid_date: 2020-10-09T18:30:00.000Z,
Tentative_Payment_Date: 2020-10-09T18:30:00.000Z,
po_no: 7971
},
{
invoice_id: '797',
invoice_date: 2020-07-06T18:30:00.000Z,
vendor_name: 'vednorone',
vendor_no: '41010001',
invoice_amount: 623,
paid_date: 2020-10-09T18:30:00.000Z,
Tentative_Payment_Date: 2020-10-09T18:30:00.000Z,
po_no: 7971
},
{
invoice_id: '797 ',
invoice_date: 2020-07-06T18:30:00.000Z,
vendor_name: 'vednorone',
vendor_no: '41010001',
invoice_amount: 623,
paid_date: 2020-10-09T18:30:00.000Z,
Tentative_Payment_Date: 2020-10-09T18:30:00.000Z,
po_no: 79
}
]'