I've been trying to recreate the dinamic trains we had with LTN in pre factorio 2.0 For me its a must because the factory is based around a city block designed for trains with dinamic schedules. I realize that there is a LTN for 2.0 but the stations keep sending the signals for all trains in the depot and I didnt manage to find the error so Im thinking it is a bug so I uninstalled it and decided it to replicate myself

As I couldn't find the use of a 'push' system with dynamic trains I wanted one like LTN, with empty trains waiting at depo's until a request is made so the train is send to pick up cargo then deliver then back to depot. I manage to create one without using wildcards, with and interrupt for each type of cargo, but it is not really LTN and not being able to copy interrupts makes it tedious.
As I understand it, wildcard only gets created when it read the cargo already in a train.
Is there any way that a wildcard would be created once a request station is open? so I can then use the wildcard to send the train to those stations?
thx