Object

Below is the data structure of the Form Submission object in Hive:

Field NameDescriptionExample Value
pageInfoContains metadata about the pagination of the results.-
startCursorThe cursor pointing to the start of the page. This is used for pagination.loremipsumstartcursor1
endCursorThe cursor pointing to the end of the page. Used for pagination.loremipsumendcursor1
totalCountThe total number of items in the result set.4
hasNextPageIndicates if there is a next page in the result set.false
hasPreviousPageIndicates if there is a previous page in the result set.false
edgesAn array of results (records) that are part of the current page.-
cursorThe cursor associated with this particular edge (item) in the result set.loremipsumcursor1
nodeContains the details for an individual record.-
_idA unique identifier for the record.randomid12345
submissionTypeThe type of submission (e.g., Action or Project).Action
workspaceA unique identifier for the workspaceloremipsumworkspace1
formIdA unique identifier for the form associated with this submission.loremipsumform1
fieldsAn array of fields containing the data for this submission.-
idA unique identifier for the field in this record.randomid123
nameThe name of the field (e.g., Field1, Field2, etc.).Field1
titleThe title or label associated with the field.Field1
mapToAn array that maps the field to another descriptor (e.g., "Action description").["Action description"]
typeThe type of field (e.g., radiogroup, checkbox, dropdown, etc.).radiogroup
valuesSubmission field value["Item 2"]
valueThe current value selected for this field, if values are dynamic will contain resolved dataItem 2
createdByField of submitter ID or email[email protected]
actionIdsAn array of action IDs associated with this submission.["loremipsumactionid1", "loremipsumactionid2"]
actionIdA single action ID associated with this record. This may be null if there is no action ID.null
assigneesAn array of assignees for the record.["none"]
labelsAn array of labels associated with the record.[]
createdAtThe timestamp when the record was created.2024-11-26T08:43:34.772Z
setFormNameToTitleA boolean indicating whether to set the form name as the title.true
setCardNumberToTitleA boolean indicating whether to set the card number as the title.true
setDateAndUserNameToTitleA boolean indicating whether to set the date and user name as the title.true
submitterResolved identifier of the user who submitted the record or email.[email protected]