Sample Agent Template

FileMaker Exception Reviewer demo.

A safe first agent template for FileMaker: find stale work, missing details, mismatched totals, and approval bottlenecks, then prepare a review queue before anything gets written back.

Review Queue

Sample exceptions the agent would package for humans.

This is deliberately boring. That is the point. Useful FileMaker agents should make operational risk visible, preserve the source fields checked, and hand humans an approval-ready queue.

RecordIssueSource Fields CheckedProposed Next ActionRisk
JOB-1048Proof approval is 6 days staleStatus, Proof Sent Date, Customer Contact, Last ActivityDraft a follow-up email and move to manager reviewLow
INV-2231Invoice marked sent, but no payment terms on recordInvoice Status, Terms, Customer Type, Balance DueFlag billing admin before statement runMedium
ORD-7782Shopify total does not match FileMaker order totalOrder Total, Tax, Shipping, Discount, External Order IDCreate reconciliation task; block write-back until reviewedHigh
CON-332Duplicate contact candidates share company and phoneCompany, Phone, Email, Last Order Date, OwnerPrepare merge packet for human approvalMedium

How the template runs

  1. Read trusted FileMaker report, export, or Data API snapshot
  2. Apply business rules and stale-work checks
  3. Prepare review queue with sources and proposed next action
  4. Wait for human approval, revision, or rejection
  5. Write back only after the approval log captures the decision

What gets logged

Record id, source fields checked, proposed action, risk note, reviewer, approval decision, timestamp, and final write-back result. That gives the business an audit trail instead of a black-box agent.