i am using a data action using "/api/v2/flows/datatables/--MyDatatableIdGuid--/rows" to retrieve the data, which returns the rows and keys successfully.
i want to get the last key value to a variable and further process it for the next account number , is there any way i can get the last key value to a variable ?
json output from the data action result.
{
"pageSize": 25,
"total": 4,
"pageCount": 1,
"pageNumber": 1,
"entities.key": [
"111111",
"222222",
"333333",
"444444"
]
}