Hello,
I have a Tulip table that contains ID and 2 fields, Article and Article description, I created a step where the user can handle this table (insert new record, update existing, delete existing), the insert and update operations works great but the delete not.
I tried to do :
have you attempted the Action Clear Record Placeholder prior to deleting the Record?? once you use this Action, you will be able to delete the Table Record.
so it looks like you’re using the parameter allowRecordsInUse, on the endpoint used to delete an individual Record (passing an ID), but it only exists on the endpoint to Delete all Records from a Table (without passing an ID).
furthermore, the parameter has to be at the end of the URL.
as you see here, I’m successfully Deleting all Records including the ones in use: