Field names in Airtable are converted to snake-case in Documint. This means your variables need to be the snake-case version of the field name. For example, if a field in Airtable is named Order Total
, its variable name in Documint needs to beorder_total
. Notice the space is replaced with an underscore and everything is converted to lowercase.