Building a multi-step approval chain with linked records
A single approver is simple. Two or three approvers in sequence, each depending on the previous one's decision, requires a linked "Approvers" table, a lookup field showing whose turn it is, and an automation that only notifies the next person once the prior status flips. This deep dive walks through the table relationships involved and the automation logic step by step, including a note on where circular references tend to appear.