We create an app with your platform. Its purpose is to identify passengers for a trip. Passengers should be able to communicate their identity document (passport, number, name, etc.).
So I create a database for user and a database for document identity.
I now want a button to appear on the profile that links to a list containing the information filled in by the user via a form.
In the database collections, the identity documents are related to the user (A User can have multiple document identity A document identity belongs to one User).
In the list created to contain the various documents of the user, it is: a simple list Filter all passagers – customs filter : current passenger > user > passager (all)
Contains : Logged-in Users.
At the moment the user doesn’t see anything in my list, I don’t understand where I’m going wrong.
Sorry for my English, I am French.
I thank you for your help!