Can you share more information about your flow?
I think we cannot use the filter for this condition so you could use and if expression, but if your flow is manually run or scheduled and retrieves a biggest set each time, you'll have to add a flag and use that in the main "get items" filter (assuming you are using that)
contains(items('NameOfYourApplyToEach')?['yourColumnName'], 'textToMarkItemToNotRun')

So, the "If yes" part of this condition will be to update the item or do nothing and check the next item.