Variable question and detection

What to do if this version works with some dynamic answers ( rowName={{var1}} Copy URI’ /> )
image
But then comes another example that also need to work with additional information
image

My questions are how to change text on UiPath so it understands that it should look for “Wasn’t Always” on browser with apostrophe ( ’ ) and what to do with text “Release in 6 days” (number is changing) if sometimes it appears, but sometimes is first version.

@Chris_Balance

You can try using regex in the selector. TO combine both of them together we can try like this

<Webctrl aaname...... rowName='(Wasn&apos;t Always|.*)Copy URI( - Release in \d+ days|)' matching:rowName='regex' />

There might be some change on regex …but this is how we can acheive

cheers