
Announcements
hello,
i am making a flow to open a certain webpage then check and click on the link containing 2 specific words for example lab and 1, so if a link says lab 1 or LAB 1 or Lab 1 or even Lab report 1 i want that link to be clicked.
i made an element then went to edit it in text and set it as a:contains("1" AND "lab") i made 10s of variations of this like adding 2 elements in 1 variable with AND and OR operators etc and nothing seems to work.
basically i want the link to be clicked but its name may vary so i want to add the 2 key words it will have for sure is lab and 1
any help will be highly appriciated
Looks like there are lot many variants of the search string.
Be noted you can use regular expression match in the selectors.
Refer section "Use operators in a custom selector" in below MSFT documentation
https://docs.microsoft.com/en-us/power-automate/desktop-flows/build-custom-selectors