Map items using functions in Adobe Workfront Fusion
When you map items, you can use functions to create simple or complex formulas. The functions available in Adobe Workfront Fusion are similar to functions in Excel and in some programming languages:
- They evaluate general logic, math, text, dates, and arrays.
- They let you perform conditional logic and transformations of item values, such as converting a text to uppercase, trimming text, converting a date into a different format, and more.
For more information, see Map information from one module to another in Adobe Workfront Fusion.
Access requirements
You must have the following access to use the functionality in this article:
For more detail about the information in this table, see Access requirements in Workfront documentation.
For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.
Mapping tab overview
To open the mapping panel for a field:
- Click Scenarios in the left panel.
- Choose a scenario.
Mapping panel tabs
The following are tabs in the mapping panel:
-
General functions - See General functions in Adobe Workfront Fusion for more information.
-
Math functions - See Math functions in Adobe Workfront Fusion for more information.
-
Text and binary functions - See String functions in Adobe Workfront Fusion for more information.
-
Date and time - See Date and time functions in Adobe Workfront Fusion and the articles below for more information:
-
Functions for working with arrays - See Array functions in Adobe Workfront Fusion for more information.
-
Map other functions displays the items that you can map from other modules. This tab is not always available.
Insert functions into fields
To insert a function into a field:
-
Click the function name.
Or
Drag the function into the field.
Example: Some data types prevent users from entering more than a certain number of characters. You can use the substring function to limit a value to a certain number of characters.
In this example, the substring function limits project name to 50 characters.
Nesting functions
You can nest functions within each other.
Use Google Sheets functions
If Workfront Fusion does not feature a function you want to use, but it is featured by Google Sheets, you can use it by following these steps:
-
In Google Sheets, create a new empty spreadsheet.
-
In Workfront Fusion, open your scenario.
-
Add the Google Sheets >Update a cell module to the scenario.
For instructions on adding a module, see Add a module in a scenario in the article Create a scenario in Adobe Workfront Fusion.
-
Configure the module:
-
Choose the newly created spreadsheet in the Spreadsheet field.
-
Insert your formula containing the Google Sheets function(s) into the Value field.
You can use the output of preceding modules as usual.
-
-
Insert the Google Sheets >Get a cell module to obtain the calculated result.
-
Configure the module, using the same Cell ID that you used in step 4.