Help Centre › Building Processes
This article describes the RPA PowerPoint functionality to convert presentation data to a dictionary.
For a full list of available functions, please read POWERPOINT functions.
Description
The POWERPOINT To dictionary function allows you to convert presentation data to a structured dictionary including slides, shapes, text, tables, and notes.
Setting it up
To use the POWERPOINT To dictionary function, follow these instructions:
{{popups:rpas/add:action=powerpoint-to-dict}}
Once on a process map:
- Navigate to the process where you would like to add the POWERPOINT To dictionary 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 POWERPOINT To dictionary option
- Click "Add" once you are done
Input parameters
| Parameter | Required | Type | Default | Description |
|---|---|---|---|---|
| Variable | No | Text | dict | Variable name to store the dictionary |
Output variables
| Variable | Type | Description |
|---|---|---|
| dict | Object | Structured data with slides, shapes, text, tables, and notes |
Errors
| Error | Description |
|---|---|
| Presentation not open | No PowerPoint presentation is currently open |
Tips
- Useful for analysing the full structure of a presentation programmatically