Hi @all, I am trying to move everything that has the “finished” checkbox checked to another table.
Is this possible?
I am using integromat’s automation system.
here is what I’ve tried:
Page 1 / 1
Start by creating your formula in Airtable first, and make sure that your formula results in the number 1 for all of your records which are finished.
Then, you can copy and paste that formula into Integromat.
Start by creating your formula in Airtable first, and make sure that your formula results in the number 1 for all of your records which are finished.
Then, you can copy and paste that formula into Integromat.
like this?
IF(Finished = TRUE()):
return 1
like this?
IF(Finished = TRUE()):
return 1
No, that is not a valid formula. Please post screenshots of your Airtable base, along with whatever formula you’re using.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.