Skip to main content

Celonis Product Documentation

Using Functions

Functions are intended for advanced users.

When mapping items, you can use functions to create complex formulas. The functions available in Celonis platform are similar to functions in Excel or those in other programming languages. The functions let you perform various transformations of item values, such as converting a text to uppercase, trimming a text, converting a date into a different format, and many others.

https://www.make.com/en/help/using-functions#example-cutting-tweet-text
Inserting functions into fields

Functions can be inserted into fields the same way as items. If you click into a field, the mapping panel will pop up. The mapping panel contains several tabs:

61d595addc5f8.png

To insert a function into a field, click the function name or drag it to the field.

Example: shortening a tweet

When posting a new tweet with the Twitter > Create a tweet module, you should not exceed Twitter's 140-character limit otherwise the module will throw en error. If you map a text item that can contain more than 140 characters into the module's Status field, you can use the substring() function to limit the tweet to 140 characters:

61d595b03091d.png
Exploiting Google Sheets functions

If you miss a function, but it is featured by Google Sheets, you may exploit it like this:

  1. In Google Sheets, create a new empty spreadsheet.

  2. In Celonis platform, open your Action Flow.

  3. Insert the Google Sheets > Update a cell module.

  4. 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. Note that you can use the output of preceding modules as usual.

    61d595b168b31.png
  5. Insert the Google Sheets > Get a cell module to obtain the calculated result.

  6.                   Configure the module. Fill the same Cell ID as you filled in step 4.