Carrot reference
...
Fields
Data Types
FormResponse
An entity object that represents a form response, including all individual answers within the form response.
Property | Type | Description |
---|---|---|
answerValue | @Map<String, @Any> | Map of answer values, by their Question ID and/or their field name |
date | Date | The date the form was submitted |
form | @Form | The form that was submitted |
formId | String | The form ID |
submitAt | The timestamp the form response was submitted | |
submitPerson | Person | The person who submitted the form |
target | Person | The person who was the target of the form, or null if there was no target |
TABLE OF CONTENTS