After logging in to WebAutomation go to Datasets from left menu.
String ,List Data Type
Contains: Matches if the string includes the specified substring.
Equals: Matches if the string exactly matches the specified value.
Empty: Matches if the string field is empty or null.
Not Empty: Matches if the string field contains any value.
Not Contains: Matches if the string does not include the specified substring.
Date Data Type
In Between: Matches if the date falls between two specified dates (inclusive).
Greater Than: Matches if the date is after the specified date.
Less Than: Matches if the date is before the specified date.
Integer Data Type
Greater Than: Matches if the integer value is greater than the specified number.
Less Than: Matches if the integer value is less than the specified number.
Exact match: Matches if the string exactly matches the specified value.
