Substring of

Use the substring of function to extract specific parts of a text capture, rather than processing the entire string. If the captured text is in a standard format with multiple values, this function can parse individual values for orchestration use cases.

Example use case

An automotive company selling luxury vehicles uses the substring function to extract the model from a product code containing make, model, and other details. With the model value, they personalize the customer's homepage experience upon returning to the website.

Example eligibility rule

substring of Product SKU from 15 to 23

Substring of function example