run-crank / cog-iterable

Iterable Cog for use with Crank
https://crank.run
MIT License
0 stars 2 forks source link

New Step: Check a field on an Iterable Contact #2

Closed iamEAP closed 4 years ago

iamEAP commented 4 years ago

As a Crank user, I should be able to check a field value on an Iterable Contact

Proposed Step Name: Check a field on an Iterable Contact Proposed Step Expression: the (?<field>[a-zA-Z0-9_]+) field on iterable contact (?<email>.+) should (?<operator>be less than|be greater than|be|contain|not be|not contain) (?<expectedValue>.+)

Proposed Step Fields:

Notes