Forum Discussion
shankar_r
9 years agoCommunity Hero
If you are changing the Aliases name then it won't work. Its just a name.
For Example,
ObjectName is changing dynamically like Combo_Box1 and Combo_Box2 then try like below screenshot.
Colin_McCrae
9 years agoCommunity Hero
Yup.
Wildcard in the identification properties. Not the reference name in your code.
Also, your Aliases are horrible. You're not using them right. By any chance, are they exactly the same as the full reference in the object map? They shouldn't be. They should be shorter, and more readable. A straight copy of the mapped object is pointless. You might as well not bother and just use a direct reference.