Hi, I'm having an issue getting RegEx to do what I want and would love some advice.
I'm basically trying to scrape numbers from two different websites and add them together. The issue I'm having is that when I scrape the second site, the results in Match.1.1 are replaced when RegEX scrapes the second site. I need to be able to use both matches from both scrapes at the same time. How do I rename or set the first Match.1.1 as a variable? I've tried MANY different things but obviously not the right one yet! My problem when trying to set the result as a variable using {lastresult} is that lastresult is the full scrape and not the RegEX'd Match.1.1.
Thanks in advance!