I have a webscraper setup. And I have my regex setup properly.
However, whenever I use my Text Parser function to extract a certain address in my string. It will show 3 results, all duplicates of the same address because it shows up multiple times in that string… To reduce this only 1 output, I turned GLOBAL MATCH off for my text parser. However after I do that, it shows EMPTY for my total number of bundles. And I receive zero total bundles.
I am having the same issue on my other Parser as well with extracting a number.
Here are two examples
- After I ran the scenario with Global Match ON
- After I ran the scenario with Global Match OFF