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.
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.
The intended outcome
Each signed-in user can create, reopen, edit, and list only their own notes.
Requirements
- Users collection and authentication
- Notes collection
- A form or inputs for note content
- Collection permissions appropriate for private notes
Step by step
- 01
Create the Notes collection
Add a Notes collection with Title and Body text properties plus an Owner relationship to Users.
- 02
Save the owner automatically
On the create-note action, set Owner to Logged-in User so ownership is never dependent on user input.
- 03
Filter the notes list
Show Notes where Owner is Logged-in User and pass Current Note to the detail or edit screen.
- 04
Set collection permissions
Restrict read, update, and delete access so users cannot request another user’s private note data.
The underlying logic
The relationship supplies reusable ownership context for lists and screens.
List filters control presentation; collection permissions provide the data-access boundary.
Data model
| Collection | Important properties | Relationships |
|---|---|---|
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.
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.
Testing checklist
0 of 6 checked on this device
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.
What the Adalo community is reporting
These are concise editorial summaries of public forum posts—not endorsements or independently reproduced results.
How do I put a function in my app where users can type notes and save them?
Create a Notes collection related to Users and show only the logged-in user’s notes.
Boundary: The accepted post links to third-party tutorials and does not detail collection permissions.
Adalo staff accepted answer · May 2025Sources 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.
Changelog
Automatically posted from a solved Adalo forum topic; corrections are monitored on the live site.
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 problemDid this solve your problem?
Never deal with an Adalo problem again.
Rehost becomes the monthly team behind your app. Fixes, releases, integrations, and ongoing changes have an owner.
See monthly managementBring us the messy version.
Describe what you expected, what happened instead, and what you already tried.
Ask Adalocado 💬
