Delete Rows from Airtable

I want to be able to delete ALL rows from AirTable once I have used them.

The blocks that I have now will only delete 1 row. I have tried the “repeat x times” and the “While x condition”.

They only execute the call once.

See my attached blocks and AirTable data.

Thanks

Charles

Instead of a loop, you need to use a recursive call to the function to delete rows, just as it is written here

1 Like