You are here:
Create a Formula Field
When you create a Data 360 data stream, you can choose to generate more fields. These supplemental fields can be hard-coded or derived from other fields in the data stream.
Before you begin, refer to Considerations for Formula Fields to understand the guardrails applicable for creating a formula field.
- On the New Data Stream page, click New Formula Field.
- Provide the following:
- Field Label: The field label acts as the display name for a data stream field.
- Field API Name: The field API name acts as the programmatic reference for a data stream field.
- Formula Return Type: The data type corresponding to the newly derived field. Options include: Text, Number, DataTime, Date, Email, Phone, URL, Percent, and Boolean.Note The Salesforce connectors and Connector services don’t support these data types: Email, Percent, Phone, Boolean, and URL for the Formula Return Type.
- Construct your formula in the syntax editor. Within the editor, you can reference a
combination of:
- Fields present in the data stream.
- Free form text
- Functions
- Operators
- Validate the constructed formulas using the formula testing panel:
- Inputs: The panel displays all source fields referenced in your formula.
- Text Boxes: Next to each referenced source field in the input, type in a sample value to evaluate the expression.
- Test Button: To evaluate the expression that is returned based on the sample value inputs, click the Test Button.
- Output: See the expected output value.
- Click Save.
The formula expression gets added as a new field in the data stream. The formula is assessed for any syntax errors. Before you deploy the data stream, delete a formula expression field as an inline action.
- Considerations for Formula Fields in Data 360
Refer to these considerations when creating formula fields in Data 360. - Supported Library Functions
In the Data 360 data library, you can choose functions and operators. You can nest functions. - Supported Library Operators
Learn more about the supported library operators in the Data 360 syntax editor.

