Setting a data scope means defining default filter conditions for a block. Users can flexibly adjust the data scope according to business needs, but regardless of any filtering operations performed, the system will automatically apply this default filter condition, ensuring the data always remains within the specified scope's limits.

The filter field supports selecting fields from the current collection and associated collections.

Different types of fields support different operators. For example, text fields support operators like equals, not equals, and contains; number fields support operators like greater than and less than; while date fields support operators like is within and is before a specific date.

Example: Filter data by the order "Status".

Example: Filter order data for the current user.

For more on variables, see Variables