Add cmpContains to the If...Then operation
Quite often I need to run an If...Then check on a small portion of the outerHTML property of an object and there is no convenient way to do so. Right now I have to match the entire string of the property, which is cumbersome and prone to requiring regular maintenance, or using a combination of the Compare Properties and an If..Then using the Last Operation Result Mode, which isn't intuitive and looks messy.
3 Comments
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.