Hi.
I want to add a row with the API. I therefore use the Add row method.
This method requires to use the row object.
The first attribute of the object is the row's id. What sense does it make to request the row id to add a row?
If I attempt to add a row without a row id, I get the following error message:
...
"errorCode": 1012,
"message": "Required object attribute(s) are missing from your request: row.id."
...
How are we meant to obtain the row id of a row that does not exist yet? I am confused. This method seems to update existing rows, rather than add new rows. Can anyone please clarify how this method is meant to be used?