I am trying to solve the application allocation issue through FME. The scenario is I have a list of applications and a list of places with limited spaces.
My initial thought is to sort applications by date, every time, send only one application to the neighbour finder and then change the place's available spaces.
The issue that annoys me is it seems like two loops running parallel but also linked together. Not sure what's the best way to design this type of loop?
My loop design seems like just creating an endless circle.
Any guide would be much appreciated.