Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the Data Source is null, the placeholder is removed.

Info
titleRemove leading '+' characters

If a data source contains a phone number in E.164 format, with a leading '+' character, you can use the data source with the RemoveLeadingPlus formatter. RemoveLeadingPlus removes '+' characters at the beginning of the data source value.

For example, if data source CustomerClid contains the value '+1234567890' and the value is required without the '+' character, add the RemoveLeadingPlus as a suffix at the end of the data source name: $(CustomerClid:RemoveLeadingPlus). The data source value is returned as '1234567890'.