Every order table eventually runs into the same annoyance — you're looking at an order, and the only thing it tells you is a customer's name. Their phone number, their address, how long it's been since they last ordered — all of that lives on a completely different table, one click and one search away every single time.
In this tutorial, we'll build an Order Quick View — an Order table that pulls a customer's contact details directly onto each order using Lookup, and calculates how long it's been since their last purchase using Custom Logic. Everything you need, on the row you're already looking at.
Here's what we're working with — a Customer table with Name, Phone, and Address, linked to an Order table with Order Date and Amount, connected through a One-to-Many relationship.
Add a few customers, then log a few orders for each, linking every order back to the customer who placed it.
Customer table populated with sample records for Ethan Walsh and Grace Odom
Order table showing multiple order records linked to each customer
For this walkthrough, assume today is August 26, 2026, with the following orders:
Right now, opening an order only tells you which customer it belongs to by name. Everything else about that customer is one search away.
On the Order table, add a new column and set its type to Lookup.
Adding a new Lookup column on the Order table for the customer's Phone
Point it at the linked Customer relationship, and select the Phone field to pull.
Configuring the Lookup field to pull Phone from the linked Customer record
Repeat the same process for Address.
Configuring a second Lookup field to pull Address from the linked Customer record
Save both, and every order fills in instantly with its customer's contact details:
Order table showing Phone and Address columns automatically filled in from the linked Customer
Contact details are pulled in, but there's still a useful question this table can't answer yet — how long has it been since this customer last ordered? Add a new column and set its type to Custom Logic.
Adding a new Custom Logic column for Days Since Last Order
Describe what you want — calculate the number of days between this order's Order Date and today.
Describing the logic to calculate days between Order Date and today
Confirm the clarification screen, checking that it's measuring against today's date, not a fixed reference point.
Clarification screen confirming the calculation measures days from Order Date to today
Save it, and the field calculates instantly for every row:
Order table showing Days Since Order calculated for every row
Open Ethan Walsh's August 20 order. Without navigating anywhere else, you can already see his phone number, his address, and that his last order before this one was 55 days prior — all sitting on the row you're already looking at.
A single order row showing Phone, Address, and Days Since Order all visible without leaving the table
Now update Ethan's phone number on the Customer table, changing it to a new number.
Updating Ethan Walsh's phone number on the Customer table
Both of his orders reflect the new number instantly.
Ethan Walsh's orders change from (555) 201-4487 → (555) 209-9902, everywhere at once.
Both of Ethan Walsh's order records showing the updated phone number automatically
Create a new view, sort by Days Since Order ascending, and save it as "Recent Orders First."
Saved view named Recent Orders First sorted by Days Since Order in ascending order
Now the freshest orders always float to the top, with no manual sorting required each time you check.
This same combination — Lookup for direct details, Custom Logic for anything time-sensitive — applies well beyond orders. Support tickets pulling customer tier, appointments pulling client history, or invoices pulling billing details can all be built the same way.
Try the Live Preview
On this page
Related articles
Explore more product articles and best practices for teams building with Ambisius.
Still Using Spreadsheets?
You Should Try This.
Turn familiar spreadsheets into a structured system built for your business
No commitment. No credit card required.

© 2026 Ambisius. All rights reserved.