TDV Adapter for HubSpot

Build 22.0.8462

FormSubmissions

Get the submissions for the specified form.

Table Specific Information

Select

When selecting form submissions, they can only be filtered by FormGUID. For example:

SELECT * FROM FormSubmissions WHERE FormGUID='123456789'
SELECT * FROM FormSubmissions WHERE FormGUID IN ('123456789', '121314515')

Columns

Name Type References Description
FormGUID String The unique key for the form.
PageUrl String Url of the page.
SubmittedAt Datetime Submitted time.
Name String Name of the submission.
Value String Value of the submission.

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462