Multi-Field Formula Tool
One Tool Example
Multi-Field Formula has a One Tool Example. Go to Sample Workflows to learn how to access this and many other examples directly in Alteryx Designer.
Use Multi-Field Formula to create or update multiple fields using a single expression.
Tool Components
The Multi-Field Formula tool has 2* anchors.
Input anchor: Use the input anchor to connect the data you want to update.
Output anchor: The output anchor outputs the transformed data.
*Because this tool includes an expression editor, an additional input anchor displays when the tool is used in an app or macro workflow. Use the Interface tools to connect to a Question anchor.
Configure the Tool
In the Configuration window, select a data type in Select Fields. Choose from...
Numeric
Text
SpatialObj
Bool
DateTime
Time
All Types Of
Select the fields (columns) to apply the formula to. Only the fields that are of the specified data type are displayed. Select fields individually or use the All or Clear buttons.
Check Copy Output Fields and Add and select Prefix or Suffix to create new data columns. Uncheck to update the data in the original columns.
Select a data type in Change Output Type to to change the data type of the values in the column. Use Size (the size of the data type) to update manually for Fixed Decimal, String, Date-time, Time, or Spatial Object data types.
Build an expression either by entering text directly in the expression editor or by double-clicking a variable or function to add it to the expression editor. Go to Expression Editor for more information.
_CurrentField_: Uses the selected field in the function.
_CurrentFieldName_: Uses the name of the selected field in the function.
_CurrentFieldType_: Uses the data type of the selected field in the function.
Because this tool includes an expression editor, an additional input anchor displays when the tool is used in an app or macro workflow. Use the Interface tools to connect to a Question anchor.