Skip to content

Use Cases

Ready-made column setups for common scenarios. Each uses only features Connected Table ships today — set the columns up in the field’s context (see Getting Started), then fill in rows per issue.

1. Checklist / acceptance criteria

Track sub-tasks or acceptance criteria with an owner and status, right on the issue.

ColumnTypeNotes
#SequenceAuto row number.
ItemTextRequired.
OwnerUserWho’s responsible.
DoneCheckboxCompletion toggle.
Connected Table
Acceptance criteria
# ABCItem Owner Done
1Login works with SSOANAna N.
2Logout clears the sessionBKBen K.
3Error states are handledCHChen H.
A sequence number, required Item, Owner (user), and a Done checkbox.

2. Quote / line items with a total

Capture quote lines and compute an amount per row with a formula column.

ColumnTypeNotes
DescriptionTextRequired.
QtyNumber
Unit priceNumber
Line totalFormulaQty * Unit price — computed automatically.
Connected Table
Quote — line items
ABCDescription #Qty 123Unit price Line total
Onboarding workshop21,200.002,400.00
Data migration13,500.003,500.00
Premium support (12 mo)1290.001,080.00
Custom report pack3450.001,350.00
Total8,330.00
A formula column (Line total = Qty × Unit price) with a summary Total footer.

3. Internal purchase / approval process

Structured purchase requests with a status and approver per item.

ColumnTypeNotes
ItemTextRequired.
CostNumber
StatusSelectione.g. Requested / Approved / Ordered / Received.
ApproverUser
Needed byDate / time
Connected Table
Purchase requests
ABCItem #Cost Status Approver Needed by
Developer laptop1,800.00ApprovedDPDana P.20 Sep 2026
Monitor ×2640.00RequestedBKBen K.25 Sep 2026
License renewal2,400.00OrderedANAna N.01 Oct 2026
Text, number, single-select status, a user approver, and a due date.

4. Expense notes

Itemised expenses attached to a request or task.

ColumnTypeNotes
DateDate / time
CategorySelectionTravel / Meals / Software / Other.
DescriptionText
AmountNumberRequired.
BillableCheckbox
Connected Table
Expenses
Date Category ABCDescription #Amount Billable
02 Sep 2026TravelTaxi to client site24.50
03 Sep 2026MealsTeam lunch88.00
05 Sep 2026SoftwareAPI monitoring (mo)49.00
Date, single-select category, description, amount, and a billable checkbox.

5. Service Desk — new team member onboarding

A checklist of onboarding steps on a JSM request, visible and updatable on the customer portal.

ColumnTypeNotes
StepTextRequired. Seed as default rows (Accounts, Hardware, Access…).
OwnerUserThe team/agent responsible.
Target dateDate / time
CompleteCheckbox
Onboarding checklistPortal
New team member
# ABCStep Assigned to Target date Complete
1Create accountsITIT Team10 Sep 2026
2Prepare hardwareFCFacilities11 Sep 2026
3Grant system accessSESecurity12 Sep 2026
4Schedule intro sessionPOPeople Ops13 Sep 2026
On the JSM customer portal — customers and unlicensed users can view and edit the same table.

6. Service Desk — customer portal intake

Let customers supply structured, multi-row data with their request (e.g. affected assets, attendee list) instead of cramming it into a text field.

ColumnTypeNotes
Item / NameTextRequired.
IdentifierTexte.g. asset tag, email.
TypeSelectionAdmin-defined options.
NotesText

Customers fill this in on the portal request-detail panel; agents see the same table on the issue.

Report affected assetsPortal
Affected items
ABCItem / Name ABCIdentifier Type ABCNotes
LaptopASSET-1042HardwareCracked screen
VPN accessjsmith@acme.comAccountNew starter
CRM seatCRM-889LicenseSales team
Customers supply structured, multi-row data on their portal request.

7. Grouping rows with merged cells

When several consecutive rows share the same value — an owner, category, phase, or sprint — merge that column’s cells so the shared value shows once across the group instead of repeating on every row.

ColumnTypeNotes
PhaseText / SelectionMerge the cells of the rows that belong to the same phase.
TaskTextRequired.
OwnerUserDrag-fill down when a run of tasks shares one owner.
LabelsMulti-selectTag each task.
DoneCheckbox
Connected Table
Delivery plan
ABCPhase ABCTask Owner Labels Done
Discovery User interviews ANAna N. ResearchUX
Competitive audit BKBen K. Research
Build Data model CHChen H. Backend
Grid rendering DPDana P. FrontendUI
Portal panel ELEllis L. FrontendJSM
The Phase column is merged across each group; user, multi-select label, and checkbox columns alongside.

Enter the repeating rows quickly with drag-to-fill, then group them with merge — both driven by the same handle while editing:

Connected Table
Release tasks
ABCTask Owner Labels
Draft release notesANAna N.Docs
Update changelogANAna N.Docs
Notify customersANAna N.Comms
Verify portal copyANAna N.JSM
Drag the handle down a column to select a run, then Fill or Merge. Hold Ctrl/Shift while filling to increment a series.

8. Multiple labels per row (multi-select)

Store several values in one cell — components, environments, tags — shown as chips.

ColumnTypeNotes
RequirementTextRequired.
ComponentsMulti-selectSeveral per row.
EnvironmentsMulti-selectSeveral per row.
OwnerUser
Connected Table
Requirements
ABCRequirement Components Environments Owner
Single sign-onAuthAPIProdStagingANAna N.
CSV exportReportingUIProdDPDana P.
Audit logBackendSecurityAPIProdStagingDevCHChen H.
Webhook retriesBackendDevELEllis L.
Multi-select columns store several values per cell, shown as chips.

9. Compare records side by side (transposed layout)

Flip the grid so column names run down the left and each record becomes its own column — handy for inventories or comparing a few detailed records. Viewers can switch layout when you enable it.

Connected Table
Server inventory
ABCHostweb-01db-primarycache-02
RoleWebDatabaseCache
EnvironmentsProdProdDRProdStaging
123vCPU4162
OwnerCHChen H.BKBen K.ELEllis L.
Monitored
Transposed layout — column names run down the left and each record becomes its own column.

Tips that apply across use cases

  • Default rows pre-populate every new issue — ideal for checklists and onboarding.
  • Required columns block save until filled (on the standard edit/create path).
  • Sequence columns give stable row numbers; Formula columns derive values automatically.
  • Drag-to-fill speeds up repeating or sequential data; merge groups consecutive rows that share a value. Admins can enable/disable each per field.
  • Keep tables within roughly 100–150 rows (the field-value size limit — see Admin Guide).