Skip to main contentSkip to content

Updated Aug 19, 2026

Activity, Data & Integration tabs

Last updated: 2026–05-27


Activity tab

Chronological audit and system history for the application.

Grouping

Events bucket into:

  • This week
  • This month
  • This year (by month)
  • Previous years (by year → month)

Event types

TypeTypical content
updateVariable/status updates (may render variable codes as badges)
step_changeWizard/flow step transitions with previous/current labels
consentConsent capture events
viewView events
app_assignAssignment changes
document_status_updateDocument lifecycle

Each row shows system vs user icon, actor name (if user), timestamp, and description. Step changes can show tab_dict-aware labels when provided.

Use cases

NeedHow
Prove who approvedFilter visually in “This week” for approve descriptions
Debug stuck stepLook for last step_change
Document upload traildocument_status_update entries

Edge cases

SituationUI
No historyEmpty/skeleton states during load
Very long descriptionsBadges inline for _ variable tokens on update type

Data tab

Model data table: variables materialized on the application from providers and inputs.

ColumnMeaning
VariableEngine name / label
ProviderSource provider type string
TypeData type
ValueStored value (may be complex)
RoleCo-borrower vs primary when multi-applicant
ActionEdit opens Edit data value modal (permission-gated)

Supports sorting/filtering; co-borrower slots may show instance badges.

Use cases

  • Inspect raw provider output not surfaced on Application tab.
  • Correct a single errant variable without full section edit (when permitted).

Implementation notes

  • Edit uses EditDataValue modal and variable type map from shared utils.
  • Changes may still require workflow re-run depending on tenant policy.

Integration tab

Lists integration calls (provider HTTP/API executions) for the session.

ColumnDescription
Integration nameProvider label
Request URLEndpoint called
TimestampWhen the call ran
HTTP methodGET/POST/etc.
Status codeResponse code
ActionOpen Integration response modal (request/response payloads)

Use cases

ScenarioAction
Debug Plaid/KYC failureSort by time → open payload modal
Share with engineeringCopy payload from modal for ticket

Edge cases

SituationUI
No callsFallback empty state inside accordion
Large payloadsModal display; avoid logging PII externally

Sandbox vs production

Activity and integration entries reflect whichever database your session uses. Manual Update Status webhooks enqueue to sandbox or default based on environment detection (is_default_request).


← Application detail hub

LendAPI Field Guide.