update request for row (js node)

HI!

I use:


smartsheet.sheets.getSentUpdateRequest(options)


to get a list of all UpdateRequests and their IDs


To find out in which row this UpdateRequest I use:

smartsheet.sheets.getSentUpdateRequest(options).


But there is a problem.


I know idRow, how do I remove all UpdateRequest from this row?

Or how to easily and quickly find out what UpdateRequest IDs are in this row?

Answers