Help

Re: Formula problems

Solved
Jump to Solution
588 1
cancel
Showing results for 
Search instead for 
Did you mean: 
sam_sam
4 - Data Explorer
4 - Data Explorer

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: image

1 Solution

Accepted Solutions
ScottWorld
18 - Pluto
18 - Pluto

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.

See Solution in Thread

3 Replies 3
ScottWorld
18 - Pluto
18 - Pluto

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

No, that is not a valid formula. Please post screenshots of your Airtable base, along with whatever formula you’re using.