Skip to main content

Brief Overview of Filter Data Types and Conditions

Ö
Written by Öykü Eda Aydın

After logging in to WebAutomation go to Datasets from left menu.

image-20260330-061919.png

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.

image-20260330-064441.png

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.

image-20260330-063847.png

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.

image-20260330-063703.png



Did this answer your question?