How to pass parameter page to Rule-Utility-Function from Datatransform
We have a Rule-Utility-function which is defined with the parameter type is "ParameterPage" , Is there a way to pass the parameter page to the Utility function (as parameter) from datatransform ?.
>>>Most of the OOTB functions which are defined with "ParameterPage" are mostly referring in Java step.
As an alternative ,Removed the ParameterPage from function argument and defined it the code like ParameterPage paramPage = tools.getParameterPage();