SUBSTRING

Extracts a string between two indexes of the given string (the second index is not inclusive)

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

IF SUBSTRING (Account.Name, 0, 4) = 'John' THEN ... 
  • Last modified: 2023/05/09 01:19