Hello experts; I’m stuck. I’m trying to connect travelers to specific trips in my app, and I don’t know why it’s showing people that are not connected to the trip.
I created a video that hopefully you can watch, and let me know what you think I am be doing wrong.
video explanation: https://streamyard.com/iy7jhwgwjqf2
I’m assuming that you are building a relation only using the destination. What you need to do is create a template column in the respective tables that joins the destination and date into one value. Then you can change your relations to use the template columns. That should allow you to only show travelers for a specific destination/date.