I have following selector where the part of attribute parentid changes for each iteration to a different number only (parentid=‘th-ce-block-117’ , parentid=‘th-ce-block-187’, parentid=‘th-ce-block-105’).
You regex pattern requires that the parentid ends with either a digit or an asterisk. It should work fine as long there’s a digit at the end. Are there maybe any characters after the digits? Like for example: parentid='th-ce-block-117 '
Thanks ptrobot for replying. I did try * with no success. Then I started looking for alternatives and tried both fuzzy search and regex which are new features in 19.10 the version I am using. The parent Id always ends with a number that’s why I used that pattern.
parentid='th-ce-block-*' (without regex) should match any parentid that starts with “th-ce-block-”. Does that part also changes somehow? Could you run your workflow and show us a screenshot of the error? (UiPath should show a list of the closest matches).