Invoking powershell custom functions

Hello,

We build power shell custom modules, load them into a sql database and then load these modules containing our custom functions once we start up a powershell session. We are trying to use some of these custom functions in uipath, but having some issues. I have no issues calling the default functions, like hostname but I am getting this error when calling one of the custom functions. Any ideas what I need to do?

Hi @kdrumz,
You are using custom modules and their names which are not standard powershell cmd let.
Try maybe using Run PowerShell script activity from UiPath.Script.Activities package.