Free cookie consent management tool by TermsFeed lower() Function
lower() Function

Function

lower( text )

Converts all characters in the text into lowercase (Unicode case folding).

Parameters

Keyword Type Description

text

Text

The text to be converted into lowercase (Unicode case folded).

Returns

Text

Examples

lower("BOSTON") returns boston

Feature compatibility

The table below lists this function's compatibility with various features in Appian.
Feature Compatibility Note
Portals Compatible
Offline Mobile Compatible
Custom Record Field Expressions Compatible
Process Reports Compatible
Process Events Compatible
Open in Github Built: Thu, Mar 28, 2024 (10:34:14 PM)

lower() Function

FEEDBACK