Skip to content

Block overview ​

Blocks are the building blocks of a page. This page organizes them — the full list with all settings is in the Block types reference.

The three groups ​

The block picker is organized into:

GroupFor
Basic BlocksText, headings, images, sub-pages, layout
Special BlocksDisplaying, evaluating, embedding, and linking data
Form field BlocksCollecting data

Basic Blocks ​

The foundation of every page: Paragraph, Heading 1 through 3, Image, Page (sub-page), and the four Layout blocks.

With these you build documentation, manuals, and notes — and with the layouts, the structure for everything else.

→ Layout blocks

Special Blocks ​

This is where the real difference from a plain text document lies.

Displaying data ​

  • Grid View — embeds an existing view. The most important block for Portals.
  • Grid List — turns entries into a freely designed list.
  • File list — list view with drag-and-drop upload.

Evaluating ​

  • Counter — number of entries in a view
  • Sum card — sum of a numeric column
  • Donut chart — distribution over a single-select column

A dashboard in five minutes

Three or four evaluation blocks in a horizontal layout make a metrics row. An embedded Grid view underneath with the details — that's usually all a decent dashboard needs.

Triggering actions ​

  • Button — starts a form or a Flow
  • QR code — the same, as a QR code, for posters and print
  • Flow — embeds a Flow

Embedding external content ​

  • Embed — any external content via iframe
  • HTML — your own code, optionally AI-generated

Form field Blocks ​

All the input fields you know from forms — but here freely placeable, combinable with text and layout, and with conditional visibility.

Roughly by purpose:

PurposeBlocks
TextSingle-line text field, Multi-line text field
NumbersNumber, Decimal, Currency, Rating scale
SelectionSelect as dropdown, Select as list, Multiple select, Checkmark, Decision
TimeDate, Date and time
ContactEmail, Phone, URL, Address
LocationGeolocation
LinkingRecord, Records
MediaUpload files or photos, Photo camera, Video, Upload video, Voice recording
OtherSignature, Barcode scanner, HTML with form fields

Which block for which task ​

You want to …Block
Show a table in the PortalGrid View
Highlight a single metricCounter or Sum card
Show a distributionDonut chart
Let visitors start a processButton
Make something scannable on a posterQR code
Collect filesFile list or Upload files or photos
Repeat content per entryGrid List
Show something externalEmbed
Full design freedomHTML
Multiple areas on one pageTab layout
A guided processStepper layout

Nesting blocks ​

Layout blocks contain other blocks. Two metrics side by side with a table below is built like this:

Vertical layout
├── Horizontal layout
│   ├── Counter
│   └── Sum card
└── Grid View

At this level of nesting, you should work in structure mode — in the regular editor it's hard to tell which block sits inside which.

Next ​

Was this page helpful?