Link a second tab's rows into a parent tab so customers can explore related data without leaving the card.
A child tab is a tab that doesn’t appear in the portal’s main navigation. Instead, its rows are displayed within a parent tab — either inside a Catalog card’s lightbox or within a Table row, depending on the parent tab type.
A typical example: a product catalog where each product card expands to show the customer’s order history for that specific product.
A child tab is linked to its parent by a join column — a column that exists in both sheets and contains a shared value. For example:
Product ID columnProduct ID columnWhen a customer opens a product card, eg2 finds all rows in the Orders sheet where Product ID matches the product’s Product ID and shows them as a Related Records section.
Unlike regular tabs, child tab rows are not filtered by the customer’s contact — they’re filtered by the join column value. This lets you show data that belongs to an item (like a product), rather than data that belongs to the logged-in person.
Make sure both your parent sheet and your child sheet have a column with matching values. The values must be identical in both sheets for the link to work.
When a customer opens a card or row in the parent tab:
The related records use the column display names and visibility settings you configured for the child tab.