I’m trying to explore UiPath Apps so I created a UiPath project using REFramework for my performer while I have two different dispatchers, each in their own xaml files and are enabled as entry points. In my UiPath Apps, I used the Trigger Workflow rule once the submit button is clicked. The process configured in the Trigger Workflow rule points to the dispatcher (I even overriden the inputs to match with the dispatcher’s needs) but whenever I am trying to test the app, the one that’s running is the Main file (which is the performer) instead of the dispatcher.