UiPath Documentation
activities
latest
false

Productivity activities

GetFormResponses

Retrieves responses submitted to the specified Google Form.

Namespace: UiPath.GSuite.Activities.API

Assembly: UiPath.GSuite.Activities.API (in UiPath.GSuite.Activities.API.dll)

Syntax

IReadOnlyCollection<IFormResponse> GetFormResponses(
	string formId,
	DateTime? submittedAfter = null
)
IReadOnlyCollection<IFormResponse> GetFormResponses(
	string formId,
	DateTime? submittedAfter = null
)

Parameters

formId String : The identifier of the form to retrieve responses for.

submittedAfter DateTime? (Optional) : Optional filter to return only responses submitted after this time.

Return value

IReadOnlyCollection<IFormResponse> - A list of form responses.

  • Syntax
  • Parameters
  • Return value

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated