I am trying to create a table from an excel spreadsheet. Importing this table goes fine, but the data source always includes a summed line at the end. I am just tryiing to delete this row in the table.
I am using:
New record in Zapier Tables
Find Record in Zapier Tables
Delete Record in Zapier Tables
The error I get is:
“Error code 400: Error found at request.body.record_ids.0: Cannot create ULID from string of length 4 (general:validation_error)”
This Action creates the following error
My goal is to troubleshoot. If certain fields are empty, then the record should be deleted. The Find Record works fine.