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.
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.
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.
The intended outcome
A mental model for planning a small Adalo app before committing to screens or database relationships.
Requirements
- A free Adalo account
- One simple app idea
- About 45 minutes for the legacy walkthrough
Step by step
- 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.
- 02
List the nouns
Turn the important nouns—Users, Events, Orders, Messages—into candidate collections. Properties describe each record.
- 03
Draw the screen flow
Identify where someone starts, what list they browse, what detail they open, and what they create or update.
- 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.
- 05
Test one complete path
Preview the app and complete one realistic journey before adding secondary features.
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.
Data model
| Collection | Important properties | Relationships |
|---|---|---|
| Users | Email, Full Name, Role | Has many records owned by the user |
| Example records | Name, Status, Created Date | Belongs to one user |
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.
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.
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
Current limitations
- The 2021 video is conceptual evidence, not proof of the current builder interface.
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.



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 2025Sources 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.
Changelog
Added dated official screenshots and a recent forum finding under the public-evidence standard.
Did this solve your problem?
Bring us the messy version.
Describe what you expected, what happened instead, and what you already tried.
Ask Adalocado

