I also have the same 2 fields in an Entity called Trains which basically contains data about all the Trains available
There is a lookup field called "Train_Lookup" in Ticket entity which should show me only the Trains that match the source and destination city,
How do I get this filtering of lookup?