Is there any way to select "Zero or 1 " number of characters using Wildcards in UIPath?
Itβs possible. You can use wild card β?β to select 0 or 1 no. of characters.
1 Like
Yes there are two ways to handle or we can say to replace dynamic values in selector with wildcards
Like
- Asterisk (*) β replaces zero or more characters
- Question mark (?) β replaces a single character
For even more details on wildcards
Here you go a document from uipath
Cheers @ajaysimha6
1 Like