Hey there!
I have two tables. One contains projects, and the other contains tasks. I want to update the status of a project (from pre-production to production) when a certain task is checked off. How would I go about doing this?
Hey there!
I have two tables. One contains projects, and the other contains tasks. I want to update the status of a project (from pre-production to production) when a certain task is checked off. How would I go about doing this?
Best answer by TheTimeSavingCo
If the task is linked to the project, you could make an automation that triggers when that task type is checked off, and its action would be to update the project's checkbox field

You'll need to swap out the "Display as" portion so that it'll work:

If the task isn't linked to the project...well, I assume you've got some sort of identifier for each task that indicates which project it's for? You could then use that in a "Find Records" action, followed by an "Update Record" action
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.