Jul 05, 2020 03:17 PM
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:
Solved! Go to Solution.
Jul 05, 2020 06:24 PM
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.
Jul 05, 2020 06:24 PM
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.
Jul 06, 2020 02:41 PM
like this?
IF(Finished = TRUE()):
return 1
Jul 06, 2020 03:29 PM
No, that is not a valid formula. Please post screenshots of your Airtable base, along with whatever formula you’re using.