Links

Lookup Fields

Displaying lookup fields in Documint
A lookup field allows you to pull record contents from one linked record into another linked record. As a reminder, linked relationships can be either within the same table or across two separate tables.

Displaying on a single line

Template
Data
Untitled
{{company_names}}
{
"company_names": [ "Documint", "SunRun" ]
}
Documint, Sunrun

Displaying on multiple lines

  1. 1.
    Add {{this}}as your variable and select the element where the lookup field will be displayed.
2. Click "Edit Logic on the left panel and edit "Repeat/Loop"
3. Add the loofup field name in the "List Variable" box and Save
Template
Data
Result
{{this}}
{
"company_names": [ "Documint", "SunRun", "Whole Foods" ]
}
Documint
SunRun
Whole Foods
If Lookup fields are linked to Linked Records, a table ID is required. See Expanding Linked Records