Apr 18, 2023 05:04 AM
Hello, hope someone could help me.
So we have this "Status" field.
The specific status was "active search"
How can I set automation to count how many times that status was moved to active search?
Currently, I have this automation set up:
The main goal here is that:
Are there any changes that I need to set up with my current automation? because currently, it would only work when the status was moved for the first time.
Thank you.
Solved! Go to Solution.
Apr 18, 2023 06:03 AM
Hi Imee!
To do this:
1. In your automation's trigger, remove the "Count moved to AS is empty" condition
2. Convert the "Count moved to AS" field to a "Number" field
3. Create a "Formula" field with the formula `{Count moved to AS} + 1`
4. In your automation's "Update Record" action, use the value of the formula field created in step 2 for the field "Count moved to AS"
And that should do what you're looking for!
Apr 18, 2023 06:03 AM
Hi Imee!
To do this:
1. In your automation's trigger, remove the "Count moved to AS is empty" condition
2. Convert the "Count moved to AS" field to a "Number" field
3. Create a "Formula" field with the formula `{Count moved to AS} + 1`
4. In your automation's "Update Record" action, use the value of the formula field created in step 2 for the field "Count moved to AS"
And that should do what you're looking for!
Apr 18, 2023 06:12 AM
Hi Imee_Lee , I don’t think you can do this in Airtable on its own but you can easily do it with Make.com
this should be you Airtable table
You need a "Last modified" field that will your "trigger" for the Make scenario
this is the configuration, it only "watch" at the "Status" field change
then you will have this simple Make scenario, where will be triggered as soon as the "Status" is changed
than in the next module you update the record with a simple formula
Lastly you have more than one Status you should use a filter like this
Hope this helps
Apr 19, 2023 07:23 PM
Thank you, Adam!
It worked! ⭐
Apr 19, 2023 07:23 PM
Thank you for this as well Rodolfo 🙂