Form data
{
Attribute | Data type | Description |
---|---|---|
pk | PK | |
form_type | Text | Form Type code provided by your Implementations Lead |
form_config_pk | PK | PK of Form Configuration |
raw_fields | Map of Field Data | An object that will contain one mapping for every field specified in the Form Configuration |
tables | List of Tables |
}
Field data
{
Attribute | Data type | Description |
---|---|---|
value | Text | Value captured for field |
is_empty | Boolean | Confirms whether value was empty on source Document |
alias_used | Text | Field alias used during capture, returned as null if not applicable |
source_filename | Text | Filename for source Document |
page_doc_pk | Page PK |
}
Updated over 1 year ago