Hello, hope you guys are all well…
I need your help with my app. I have a feature that allows the users to create notes (like a diary) and they create also folders. When they create notes they must associate that note to a folder that they have create previously.
I can’t associate the notes to the folders. I’ll show what i’ve done in my app for better understanding.
- Created a table in data base: “Folder”
- Created a table in data base: “Notes”
- Inside “Notes” i’ve created a field called “Folders” with type “Reference” appointing to “Folder” table.
- Then in design i have a form to users create the notes and a select element to choose the folder.
Can someone help me? I am doing anything wrong?
When i try to submit my form it says that it is invalid.
If you need other prints, tell me.
Thanks, Rodrigo!

