Question:
From a Workflow Condition activity, how can I check whether a keyword or table field column contains a particular value?
Answer:
To check the values contained in a keyword or table column, the .Contains() expression can be used. Please refer to the following example of how this can be used;
From a Workflow Condition activity, how can I check whether a keyword or table field column contains a particular value?
Answer:
To check the values contained in a keyword or table column, the .Contains() expression can be used. Please refer to the following example of how this can be used;
Keyword:
DW_KEYWORD.Contains("Value")
DW_KEYWORD.Contains("Value")
Table:
DW_TABLEFIELD[COLUMN].Contains("Value")
DW_TABLEFIELD[COLUMN].Contains("Value")
KBA is applicable for both Cloud and On-premise Organizations.