Delete records in Google Sheets - Pipe integration

Hi,
I successfully installed the Google Sheets pipe and associate it to my google account.

Now, if I want to delete a record, I can’t find the way to also delete it in the google sheet.
In the rules of the tables we can only add or modify records, but not delete.

@PabloIbarra, at this time we don’t have any automation in record rules when a record is deleted. You might be able to achieve what you’re looking to do by using a webhook and an external service (like Integromat or the similar).

The only way you’d be able to do this is by using an outgoing webhook and an external service. We have a support doc addressing exactly this:

Even with outgoing webhook, how do we know that the record in Tadabase is deleted? Do you mean that we can connect the outgoing webhook to the delete action in Tadabase?

You could remove the default delete button from your table and create your own delete button action rule that triggers the google sheets delete and then takes care of the record deletion.