TO_LOWER_CASE

Returns the text being the lower case representation of the provided text

Attribute of the Plain Text type or string constant or calculation producing text

IF TO_LOWER_CASE (Account.Name) = 'john smith' THEN ... 
  • Last modified: 2023/05/09 01:20