I am trying to update a row in Excel if the value in a column meets a cetain condition. However, I am getting this error.
"status": 400, "message": "A value must be provided for item.\r\nclientRequestId: aef52407-6469-4f60-9265-0715a0ab7dd1",
"error": { "message": "A value must be provided for item."
The value I want to update is in the column named Amount. It says the key column takes a string, so I have given the column name and I have put the value I want in it. Not sure what wrong I am doing here.






