issue: how to use regex to extract all the expected values please? for now, i have multiple results meet my regex syntax. the syntax will always extract the first result by default but i expect all the values. could i extract all of them at one go please?
and then make a loop to change ${n} from 1 to 3. In general you would simply increase N until no more matches are found. In sourceExtract, if no match is found, variable is set to “#nomatchfound” - and no error is triggered. So you stop the loop once the web scraping result is the string “#nomatchfound”.