Help in tracking changes

Hi. I need to track a price on a specific page but only for a specific Payment methods, which will be in the same row as the desired price.
Here is this page as an example. I need to be notified when the price is less than $1 and the payment method for this offer is Wise. I tried to add price and payment method selectors for the first 5 rows, but obviously this method does not work as I want, because as far as I understand it takes the price from one row and the text from another and gives a match, although the price and text should be found in the same row. Is it possible to do this in the extension?

Here is a screenshot with an example of when I should be notified (when there is a match as in the first row).

hello @mrx1 - do you have a way to filler down the list of items where the payment method is wise? that can make it simpler to get relevant alerts.

What do you mean? Give some example

notice the input box to filter the list based on payment method shown in the following image.

i was wondering if you can use a macro to filter the table.

If I could use a macro, I wouldn’t ask this question here)

got it. it wasn’t clear from the initial post.

the next best thing could be to try using xpath to select a row based on this text content. check out the following qna on stackoverlow:

the goal will be to only selector the rows where the payment method is “wise”. does that make sense?

Maybe, but there could be few payment methods in one raw at once, so I’m not sure if it will work.

I also noticed that there is a Regex Text Filter option under configuration tab. So I created a regular expression that finds only the strings I need and pasted it into the Regex Text Filter field, but when I run this monitor I get an NA (SELECTION_EMPTY) error. What could be the problem?