Forum Discussion
TanyaYatskovska
Alumni
12 years agoHi Erik,
It's possible to use only the * and ? wildcards in string property values (the asterisk (*) matches zero or more characters, and the question mark (?) matches any single character). If you have many forms, check the value of the Visible or VisibleOnScreen property - it may be True only in one form that you need to use.
Also, you can try using the Required Children feature - it allows mapping the object based on its children.