If I understood you correctly you need to show the airlines of that package. But a package has many airlines right? To show many to many properties you need a list. You can add a text component in to the packages list and make that text component as a list clicking the three dots on top of the text component. And then connect it to the airlines collection and set the filter from all airlines to current package>airlines. And rename the text component default value ( Text ) as current airline>name from magic text.
Bro @dilon_perera, it seems I could not convey the task, or you did not understand my task.
I’ll try to explain it in another way. I can’t put a filter on right now.
For example, I chose a date through the dropdown menu, the search gave me, conditionally, 2 packages, I click on one of these packages, and there should open a list of airlines with those data that are only associated with this package. Could you understand me now?
The package database and the ticket database, according to my logic, should be linked by a unique id. And when displaying tickets, there should be a filter like: typeOfPackage.id = packageTickets.typePackageID
An important point, packageTickets.id there may be several
So there should be a list of Airlines that belongs to the clicked package on the next screen? I think you have a Many to Many relationship property between packages collection and the airlines collection. Then you can change the filter in the Airlines collection on that screen ( the screen that goes after clicking a package ) from All Airlines to Current Package>Airlines.
It seems to be as clear as possible. The catch here is the following, I don’t get “current page > airlines”. That’s the whole problem, I don’t understand why
You have a many to many relationship right? Can you add some screenshots or a video? If you have can you check on that screen that has the airlines collection If the Current Package data is available on that screen. You can click that screen and go to the Available Data section.
I also noticed such a thing
I created screens and databases exactly as you showed in the video
Everything worked perfectly
The problems appeared at the moment when I created a unique list (with a square, photos, texts, etc.)
At this moment, the screen with the unique list did not see the data from the previous screen
It looks like that the Type data is missing in that screen. Go to the Tours screen and delete the link action that is coming to this screen and try to change the filter again.
These videos by Patrick explains this problem well here.
@dilon_perera
Bro, I didn’t understand anything from the video
My “listening” in English is very bad, + I didn’t understand logically either, looking at the video
Can you tell me what to do specifically in my case and why such a bug appears?
You have a Tours screen right? The message says the Current Type is missing from Tours screen. Go to that screen and delete the link action that coming to the packages screen and try adding the filter again.