Help Centre › Building Processes
This article describes the RPA Code functionality to execute a plugin function.
For a full list of available functions, please read CODE functions.
Description
The CODE Execute a plugin function function allows you to execute a plugin function.
Setting it up
To use the CODE Execute a plugin function function, follow these instructions:
{{popups:rpas/add:action=plugin-function}}
Once on a process map:
- Navigate to the process where you would like to add the CODE Execute a plugin function function
- Click on the green button’s drop-down (right side of the green button labelled “Process”)
- On the menu that appears, click on the “+ Activity” item
- From here you can select the CODE Execute a plugin function option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Module | Yes | Text | - | The name of the plugin module |
| Function | Yes | Text | - | The function name within the module |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Module not found | The plugin module does not exist |
| Function not found | The function does not exist in the module |
Tips
- Executes a custom plugin function
- Plugins must be placed in the plugin folder on the bot