| This warning message flags up when the gateway detects the rule target containing non-identifying predicates (e.g. a common case is cell value in the XPath). |
|
Non-identifying predicates are expressions that cannot be evaluated using the gateway setup. They need runtime information in order to be evaluated. Please refer to the Gateway documentation and look for the section named Non Identifying Predicates for details. If the warning message appears, please revise the gateway rule using operators (e.g. =, >, like) and functions (e.g. regMatch) inside the rule block to check instead. Below is an example for the regMatch() function which uses regular expressions to match the cell value with multiple strings.
|
Comments
0 comments
Please sign in to leave a comment.