Both if conditions are getting executed

Hi there, I’ve written the following code to delete row(s) from an airtable.

I wish to delete a particular row by entering a password and erase the complete DB by entering another. But at the moment, even when I type the password to delete a row, the whole DB is getting erased. What’s wrong??

probably you only have one row in the database?
there is no method to delete all rows…
also in the second if statement you are using the GetAllRows block, which does not delete anything…

Taifun

Try like this

1 Like

It worked!!! Many Thanks :slight_smile:

I didn’t understand the use of clock over here…

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.