GOOGLE WORKSPACE Get suggestions function

The GOOGLE WORKSPACE Get suggestions function in RPA.

Help CentreFunctions & Formulas

This article describes the RPA Google Workspace connector function to get suggestions (tracked changes) from a Google Docs document.

For a full list of available functions, please read GOOGLE WORKSPACE functions.


Description

The Get suggestions function retrieves all pending suggestions (tracked changes) in a Google Docs document. Each suggestion includes the proposed change, the author, and the timestamp.


Input parameters

ParameterRequiredTypeDefaultDescription
ConnectorYesSelect-Select the Google Workspace connector to use
Document IDYesText-Google Docs document ID
VariableYesText-Variable to store the suggestions

Output variables

VariableTypeDescription
VariableArrayArray of suggestion objects with suggestionId, author, content, and timestamp

Errors

  • Document not found – the document ID is invalid or you lack access

Tips

  • Suggestions are only available in documents where suggestion mode has been used
  • Use this to build approval workflows for document changes

Related functions

  • Get content – Get the full document content
  • Replace text – Make direct text changes

See it working on your own data

Everything documented here ships with the platform – try the document tools free, or go live in 7 days.