How can I set up dual "Watch Records" of Airtable for different column triggers in Same Scenario?

I have a table in Airtable where I need to monitor changes in two specific columns to trigger automations. The first column, named Status, should initiate the automation when its value changes to Start. Additionally, I want to watch the Review Status column, so that when its value changes to Reviewed, the automation updates the records accordingly.

How can I set up two “Watch Records” in Airtable to handle these scenarios simultaneously?

Hi @Med_FutureXAI
You can use an automation like this in air table.

Inside Run a script you can setup a code to send webhook to Make.

For both update you can send to same webhook.

Regards,
Msquare Automation - Gold Partner of Make
@Msquare_Automation

@Msquare_Automation Thank you for the response. However, the issue is slightly different. Currently, the automation is triggered when the Status column value changes to “Start.” Within the same automation, I have a route that needs to monitor the Review Status column. I want this route to activate when the Review Status value changes to “Reviewed,” and then proceed accordingly.