Hi Mark
I am not sure if I've got your question correctly.
You're talking about 2 operations here.
One is locating a row from a resilient datatable given some column value (like "return the row id from from the datatable row where column = XYZ"), returning its rowid
Another is "update that specific row, identified by rowid, to set some cell value to another value, let's say, set col A to 'ABC' where rowid = 123"
If this is what you're looking for, both datatable operations are possible using Resilient REST API. Take a look on the DataTableDataREST API. However, this is not the same as the "
Data Table Utils: Get Rows", which only works from inside Resilient.
------------------------------
[]
Leonardo Kenji Shikida
------------------------------