Hi, I have 2 application pages (list of estates, estates info) and two collections (estates, clients)
- the first page with the list of estates displayed by ListView
- the second page with information about the selected estate displayed on the basis of the parameter from the ref id estate passed from the ListView on the first page. On the second page I want to display a ListView with the owners assigned to the selected estate. The list of owners is stored in the estate document.
How can I do this? I decided to pass the second parameter so I have two parameters (ref id of selected estate and list of owners from selected estate)
Unfortunately, I'm lost in logic, I don't know what to choose, it lights up red every time.