Start here

Adalo beginner’s guide

A clear orientation to screens, components, actions, and collections—plus an honest map of what changed since the original crash course.

Verified from current public evidenceBeginnerReviewed Aug 12, 2026
Verified from current public evidence—not reproduced in the builder.

We checked current official documentation, captured the relevant screens, and compared the workflow with dated Adalo forum reports. Source links and limitations are below so you can judge the evidence directly.

THE SHORT ANSWER

Start with the data your app needs, then create screens that display or change that data. In Adalo, components provide the interface, actions create behavior, and collections store records.

Start with one complete loop: a person signs in, sees a relevant record, changes it, and confirms the change persisted. Screens provide context, components provide the interface, collections hold records, and actions create change. The original crash course remains useful for that mental model, while exact builder clicks still require a fresh proof pass.

Completeness100%
Index decisionIndex now
Evidence basisCurrent Help Center and forum evidence; no hands-on builder reproduction
WHAT YOU’LL HAVE

The intended outcome

A mental model for planning a small Adalo app before committing to screens or database relationships.

BEFORE YOU START

Requirements

  • A free Adalo account
  • One simple app idea
  • About 45 minutes for the legacy walkthrough
BUILD IT

Step by step

  1. 01

    Write the user’s job

    Describe the one useful thing the person should accomplish. Keep the first build smaller than your full product idea.

  2. 02

    List the nouns

    Turn the important nouns—Users, Events, Orders, Messages—into candidate collections. Properties describe each record.

  3. 03

    Draw the screen flow

    Identify where someone starts, what list they browse, what detail they open, and what they create or update.

  4. 04

    Connect components to data

    Use lists for groups of records, Magic Text for record properties, and forms or actions to create and update records.

  5. 05

    Test one complete path

    Preview the app and complete one realistic journey before adding secondary features.

WHY IT WORKS

The underlying logic

Collections are tables, records are individual items, and properties are the values stored on those items.

Screen data determines which record a detail screen can show. A link from a list item usually carries the selected record forward.

Actions are the bridge between interface and state: they navigate, create, update, delete, or call connected services.

COLLECTIONS AND RELATIONSHIPS

Data model

CollectionImportant propertiesRelationships
UsersEmail, Full Name, RoleHas many records owned by the user
Example recordsName, Status, Created DateBelongs to one user
SINCE THE ORIGINAL VIDEO

What changed?

  • Use the current Help Center terminology when an exact 2021 menu or control has moved.

Plan before the canvas

A fast builder can make it tempting to place components immediately. A five-minute model of the user, records, and screen flow usually prevents much longer rebuilds.

The four building blocks

Screens create context. Components create interface. Collections create memory. Actions create change. Most Adalo questions become easier once you identify which of those four is responsible.

Build the smallest complete loop

A useful first milestone is not a polished home screen. It is one complete loop: sign in, see a relevant record, change something, and confirm the change persisted.

IF IT DOESN’T WORK

Common failure modes

A detail screen shows the wrong record

Check which record the link sends and confirm the destination screen lists that collection under Available Data.

Magic Text does not offer the property you expect

Confirm that the current screen or component has access to the correct record or relationship.

The original video interface looks different

Use the video for concepts, then follow current Adalo labels. This guide does not claim the 2021 UI is current.

BEFORE YOU MOVE ON

Testing checklist

  • A new user can create, open, update, and revisit one sample record.

  • The destination screen receives the record selected from the source list.

  • The primary user outcome is written in one sentence

  • Collections represent distinct kinds of records

  • Every screen has a reason to exist

  • One end-to-end path works in Preview

BOUNDARIES

Current limitations

  • The 2021 video is conceptual evidence, not proof of the current builder interface.
CURRENT PUBLIC EVIDENCE

Screenshot evidence

These captures document what Adalo currently publishes and what builders are reporting. They support the written guidance, but they are not a substitute for an end-to-end test in your own app.

Current Adalo Resources database page showing collections and database concepts
The current Help Center still organizes app data around collections and records.Official documentation · captured Aug 12, 2026
Current Adalo Resources relationship setup instructions and relationship choices
Current relationship documentation shows the supported collection relationship model.Official documentation · captured Aug 12, 2026
Adalo forum database structure guidance posted by a community leader
A recent community guide reinforces separating core objects into purposeful collections.Adalo forum · captured Aug 12, 2026
BUILDER REPORTS

What the Adalo community is reporting

These are concise editorial summaries of public forum posts—not endorsements or independently reproduced results.

A practical approach to structuring collections in Adalo

The guide recommends defining core objects as separate collections, keeping user roles explicit, and planning structure before building screens.

Boundary: This is practitioner guidance, not an official product guarantee or an end-to-end test of this beginner project.

Ali-Bazzi · December 2025
VERSION NOTES

Sources and status

This page was last reviewed on Aug 12, 2026. Its current status is Verified from current public evidence.

Verification owner: Adalocado editorial. Next review: Nov 12, 2026.

VERSION HISTORY

Changelog

  1. Added dated official screenshots and a recent forum finding under the public-evidence standard.

YOUR PROBLEM IS DIFFERENT?

Bring us the messy version.

Describe what you expected, what happened instead, and what you already tried.

Ask Adalocado