error occurred while calling a self defined function

Error occurred while calling a self defined function

I define a function in a branch, and use a data transform in same branch to call the function with syntax

@Libraryname.Functionname(parameter)

But get the error as below image.

May I know what’s the possible reason? I am sure the parameter matches with define.

call function error.jpg

@MaxonL16591286 Hi Can you please check the below:

  1. The number of parameters that is given in the function is equal to the number of parameters you are using in the DT while calling the function

  2. Check if you have performed the below: compiled and generated the library and function

  1. Also check if you have any typo in the function name

@SrinidhiM

It’s step 2 missing. After I check in and Generation function, the function can be called from a DT normally.

Many thanks!