Help Centre › Building Processes
This article describes the RPA Word functionality to add a hyperlink.
For a full list of available functions, please read WORD functions.
Description
The WORD Add a hyperlink function allows you to add a hyperlink to a paragraph in a Word document.
Setting it up
To use the WORD Add a hyperlink function, follow these instructions:
{{popups:rpas/add:action=word-add-hyperlink}}
Once on a process map:
- Navigate to the process where you would like to add the WORD Add a hyperlink 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 WORD Add a hyperlink option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Display text | Yes | Text | - | Display text for the hyperlink |
| URL | Yes | Text | - | URL the hyperlink points to |
| Paragraph index | No | Number | Last paragraph | Paragraph index to add the hyperlink to |
Output variables
This action does not produce output variables.
Errors
| Error | Description |
|---|---|
| Word not open | Microsoft Word is not running |
Tips
- Links are clickable in the saved document
- Use variables for dynamic URLs