Mar 23, 2022 11:55 AM
I am trying to build an automation that updates a record if the status dropdown = Offer Accepted.
If Offer Accepted is selected from the dropdown, I want the automation to update a checkbox field (to no longer being checked).
Mar 23, 2022 12:14 PM
Try setting the value to 0 (zero).
Mar 23, 2022 12:20 PM
That didn’t work :frowning:
Mar 23, 2022 12:21 PM
I don’t think you have the record id right. At least I didn’t know you could access it through a field. Maybe I’m wrong.
Otherwise, I’ve set checkboxes to “unchecked” by leaving the field empty as you did. Also, just in case I misunderstood, you’re “unchecking” Requested instead of Recruited (as your picture shows). Good luck.
Mar 23, 2022 12:30 PM
I think I don’t have the correct “Record ID”. Based on the below image, if I want to uncheck “Recruited” when status becomes “Offer Accepted” what should be my Record ID and what should be my field?
Mar 23, 2022 12:34 PM
The record id comes from your trigger. It will look something like this…
Click on the “Continue” when you hover over the “Record (from Step 1…)” item. Then you should see the record id to insert.
Mar 23, 2022 12:39 PM
That is what I have selected, but it doesnt like it. See below
Mar 23, 2022 12:47 PM
You do have a trigger for this action right? That you have tested?
Mar 23, 2022 01:00 PM
I figured out the issue, I was drilling down to the filed ID instead of selecting the Airtable ID. Now is working.
Thank you