Hello, working on small PHP site with https://github.com/DavidZadrazil/airtable-api-php/
When I’m trying to update Checkbox or Number field via
$response = $request->updateRecord('recsH5WYbYpwWMlvb', ['Cancel' => '123']); $response->isSuccess(); // t...