Hey guys,
Is it possible to make conditionals in webscraper plugin?
I am curious whether it would be possible to combine regex & IF
Pattern:
If found exact keyword 'blue' then return blue;
&
If found exact keyword 'red' then return red;
&
If found 'red' and 'blue' then return 'red'
It would be 3 ifs