When I attempt to set the Finish column on a row in a sheet via the SmartSheet API, I get the following message:
{
"errorCode": 1080,
"message": "End Dates on dependency-enabled sheets cannot be created/updated. Please update either the Duration or Start Date column.",
"refId": "19ufon4xzsn7y",
"detail": {
"index": 0,
"rowId": 4987804240111492
}
}
If I want to clear the project dates for a specific row I can set the Duration and Start columns to null, but the Finish date remains. See https://smartsheet-platform.github.io/api-docs/#update-rows
What is the programmatic way to clear the project dates, including Finish, for a row?