Functions

In eliona, functions are used to perform additional calculations or transformations on incoming data that are not covered by the format configuration.

Functions Overview

  1. Configure functions: Click > to configure the function.

Create JavaScript Function

  1. Enter the name of the function

  2. Select an asset type.

  1. Select the desired parameters of the asset type.

  2. Create the function.

Function Configuration

  1. Code editor: to create a function, the user can write JavaScript code in the editor that returns an object. This object is used to perform additional calculations or transformations on the incoming data that will later be used to map to the asset.

  2. Asset Type: Selected asset type.

  3. Parameter: Selected Parameters.

  4. Results: Results of the test request.

Last updated