Skip to main content
Workday User Guide
Last Updated: 2023-06-23
MI.CONTAINS

MI.CONTAINS

Description

If the lookup value is equal to any of the instance descriptions in the instances value, the function returns TRUE; otherwise, it returns FALSE. The text must be an exact match. The function doesn't support wild cards.

Syntax

MI.CONTAINS(
lookup_value
,
within_value
)
  • lookup_value
    : The value to find.
  • within_value
    : The instances value to search.