How to get the last key value stored in to a variable to use in architect flows ,

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"
]
}

What is your use case for wanting/needing to do this? There may be better approaches than data tables if you tell us what you are trying to accomplish.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.