Get Document
UiPath.GSuite.Activities.GetDocument
Description
Returns the document you specify in the request, including embedded content such as images and charts.
Scopes
This activity requires the following scopes:
OR
OR
OR
OR
Project compatibility
Windows - Legacy | Windows
Configuration
Properties
Common
- ContinueOnError - If set, the remaining activities are executed if the current activity fails. This field supports Boolean values.
- DisplayName - The display name of the activity. This property supports
Stringvariables and string formatted values.
Input
- DocumentID - The ID of the document that you want to retrieve. This property supports
Stringvariables and string formatted values. When entering your value, use the exact Document ID, or the output property variable from a previous Create Document activity.
Misc
- Private - If selected, the values of variables and arguments are no longer logged at Verbose level. This field supports Boolean values.
Output
- Document - The details of the specified document, including embedded elements such as images and charts. The returned Google Document object exposes inline objects, such as images, and references to them from document paragraphs. This way, automations can retrieve and process embedded content. This property supports Google
Documentvariables. You can use this variable as an input property value in other Google Workspace activities.