Solved on the forum

How do you let users create and save private notes in Adalo?

Create a Notes collection related to Users, save each note with its owner, and filter the notes list to the logged-in user.

Documented from current sourcesBeginnerReviewed Aug 16, 2026
THE SHORT ANSWER 🎯

Create a Notes collection with note content and an owner relationship to Users, set the owner to Logged-in User when each note is created, and filter the notes list to that owner.

Model notes as owned records, set ownership during creation, and use both relationship filters and collection permissions. This keeps the workflow reusable without confusing UI visibility with security.

Completeness82%
Index decisionIndex now
Evidence basisAccepted forum solution or release plus current official Adalo documentation; no hands-on builder reproduction
WHAT YOU’LL HAVE 🎯

The intended outcome

Each signed-in user can create, reopen, edit, and list only their own notes.

BEFORE YOU START 🧰

Requirements

  • Users collection and authentication
  • Notes collection
  • A form or inputs for note content
  • Collection permissions appropriate for private notes
BUILD IT 🛠️

Step by step

  1. 01

    Create the Notes collection

    Add a Notes collection with Title and Body text properties plus an Owner relationship to Users.

  2. 02

    Save the owner automatically

    On the create-note action, set Owner to Logged-in User so ownership is never dependent on user input.

  3. 03

    Filter the notes list

    Show Notes where Owner is Logged-in User and pass Current Note to the detail or edit screen.

  4. 04

    Set collection permissions

    Restrict read, update, and delete access so users cannot request another user’s private note data.

WHY IT WORKS 🧠

The underlying logic

The relationship supplies reusable ownership context for lists and screens.

List filters control presentation; collection permissions provide the data-access boundary.

COLLECTIONS AND RELATIONSHIPS 🗃️

Data model

CollectionImportant propertiesRelationships
EVIDENCE CONTEXT 🔎

What still needs checking?

  • This answer is based on an accepted forum response rather than an Adalocado video.
  • Current Adalo documentation emphasizes relationships for ownership and permissions for data access.
IF IT DOESN’T WORK 🧯

Common failure modes

A new note does not appear

Inspect the created record and confirm Owner was set to Logged-in User and the list uses the same relationship.

Users can see someone else’s notes

Correct both the list filter and collection permissions; visibility alone is not data security.

BEFORE YOU MOVE ON ✅

Testing checklist

0 of 6 checked on this device

BOUNDARIES 🚧

Current limitations

  • Rich-text editing requires a compatible component and separate output testing.
  • A hidden component or filtered list does not replace collection permissions for private data.

Current evidence screenshots have not yet been added. Treat the guidance as documented or legacy material according to the status shown above.

BUILDER REPORTS 🗣️

What the Adalo community is reporting

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

VERSION NOTES 📝

Sources and status

This page was last reviewed on Aug 16, 2026. Its current status is Documented from current sources.

Verification owner: Automatically organized from an accepted forum answer; monitored for corrections. Next review: Oct 16, 2026.

VERSION HISTORY 🕰️

Changelog

  1. Automatically posted from a solved Adalo forum topic; corrections are monitored on the live site.

SPOT SOMETHING FUNNY? 🕵️

Report this answer.

Forum answers post automatically. If a step is wrong, outdated, unclear, or missing an important boundary, send the exact correction and the editor will check the live page.

Report a problem
MONTHLY APP MANAGEMENT · BY REHOST

Rehost becomes the monthly team behind your app. Fixes, releases, integrations, and ongoing changes have an owner.

See monthly management
FixesHandled
ReleasesHandled
Next changesHandled
YOUR PROBLEM IS DIFFERENT? 🤔

Bring us the messy version.

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

Ask Adalocado 💬