What you could do, is use the ‘Watch Board’s Column Values’, select ‘Item’s Specific Column Value Update’ in the Webhook and then use a simple text filter.
The specific syntax to reference the correct value in your filter will depend somewhat on the module that is providing the data.
Generally, monday status column values can be referred to directly as part of the “mappable column values” array, e.g., {{4.mappable_column_values.status1.index}} or {{4.mappable_column_values.status1.text}}.
As you can see, I’m not getting the Value: Label: Text option in the details from step 1 (it is module 5 in this case, because I’ve edited this so many times).
Here’s what comes back when I toggle that status column:
You need to be referencing “text” in “label” in “value”. If you update the filter AFTER running and triggering the Watch Board’s Column Values, you should be able to get that.
I didn’t realize the value of running a scenario from the diagram view and that it would reveal more options for building the scenario. That is supremely helpful.
With that knowledge and the filter updated as described, my scenario is running just as desired now.