Hello,
Can I use Contain operator in selector builder to check if Id have both words? Assume I have elements with Id like Added_1_Record, Added_2_Record, Deleted_3_Record.
So I want dynamically select only those with Added_*_Record elements regardless of number 1 or 2 etc... Can I use Contain operator with Value something like "Added_*_Record" to check if both words 'Added' and 'Record' present in Id or I need to go with regex? What it would be?
Thanks!
Please use regex