I have an automation that does a simple mapping based on a label field. But now I want the automation to run only if certain values of this field are chosen.
For example:
The trigger of the automation is the change of the value of the label field.
The values "[X] Example1" and "[X] Example2" are relevant for the automation, but "[Y] Example1" is not. Therefore, a condition should be created that checks the newly added value, which is also the trigger, to see if it contains an "[X]". If this is the case, the automation should continue.
However, there are two problems:
1. I have not found a way to use the operator "contains" for the label field, since it isnt a text-field.
2. i already tried to use the Smart Values {{fieldChange.toString}}, {{addedfieldChange.values}} etc. to read out the newly added values, but this didnt work. I had a comment created, which would output the corresponding Smart Values, and they were empty.
Does anyone here have any ideas on how to implement this?