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.

mrits1
(Srinidhi Mrithyunjayan)
2
@MaxonL16591286 Hi Can you please check the below:
-
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
-
Check if you have performed the below: compiled and generated the library and function
- 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!