User Community Service Desk Downloads

Add Attributes Step

Adds new attributes to your data flow.

This step is available for all transformation types: standalone plans, embedded plans, transformation rules, and transformation catalog items.

Configuration

  1. Provide the attribute name and data type, and define the attribute using ONE expressions.

    Example: To create a new attribute, full_name, which concatenates two existing attributes, first_name and last_name, and also trims the value, you would use the expression trim(contactfirstname+' '+contactlastname).

  2. Select Add Expression attribute to add additional attributes, and repeat as necessary.

Was this page useful?