I am working on a macro that uses detour tools to filter data when it detours in the left direction or keep the data unfiltered when it detours in the right direction. The macro has multiple outputs that I union together at the end and I also need to include the filtered records (when the detour tool detours to the left direction). I added a formula column with hard coded descriptions and unioned all the outputs. I would then use filter tools to separate out the different datasets based on the description columns. I am running into issues where the union tool doesn't initialize when the detour tool moves to the right (doesn't filter any records). I guess the union tool is expecting the input from the left side filter so it's not initializing when the detour moves right.
Is there any way to make the union work so that the other outputs are still unioned and shown in the results?
Atttached is an example.