You can find some more details and samples in this article. In the condition you need to use < FieldName >.Value to get the actual value of given field. Since it is a multiple choice field, then the values are stored separated by pipe (|) - so, the macro condition you need to write will be also working with the string manipulation methods and looking for desired value (like Contains(), etc.)