Is there an option to add step as generic filter ? just like geb-cucumber

I am looking for a feature where I can just add step ID contains “value”, The step should search for ID element in the loaded page and match the value. so next time I write Name contains “xyz” the same method should be invoked and find an element name in the loaded page and compare. Just like geb-cucumber

Field 1 | Field 2 | Field 3
ID | Contains | ‘1256’
Name | Contains | ‘xyz’

All I am aware is, in Katalon we can search different set of data for an element in loop. But can we search for different of set elements in loop.