Test a Function
You can test your custom function to ensure that it is working as expected by providing a sample input.
From the Settings Page:
- Navigate to Settings > Custom Functions.
- Locate the desired function and click the Test button next to it.

- If the function requires input parameters, a window will appear.Enter the required input values for each parameter, then click Execute.
The Input, Output, and Info tabs will display the results of the execution.
From the RPA Flow Builder
- Click the Logic tab on the flow builder, then click on Custom functions.
- Click the Pencil icon next to the function name you want to test.
- Click the Execute button at the bottom of the editor window.
- If the function requires input parameters, a window will appear.Enter the required input values for each parameter, then click on Execute.
The Input, Output, and Info tabs will display the results of the execution.
Copy a Function
Duplicating a custom function allows you to create a copy of an existing function, so that you can experiment with different code without worrying about affecting the original script. This is useful if you want to create variations of a function, or if you want to test different approaches to a particular problem.
- Navigate to Settings > Custom Functions.
- Locate the desired function and click the Copy button next to it.

- The name of the function will be auto-populated, example: copy_of_invoice. you can edit the name if required.
- Click the Create Copy button to create the copy of the function.