Skip to main content
Workday User Guide
Last Updated: 2025-10-31
ISOMITTED

ISOMITTED

Description

Checks if a LAMBDA parameter has been omitted when the LAMBDA function is called.
This function is useful for building robust custom functions that can handle optional arguments.

Syntax

ISOMITTED(
argument
)
  • argument
    : The value you want to test, such as a LAMBDA parameter.