Hi - I created an iterative macro where there are multiple macro outputs inside of the macro but the data will only flow through one of them. The potential issue I'm seeing is that when placing the macro on a workflow, there are then three output green arrows from it. Is there a way to know which output is which? Or better yet, a way for there to only be one macro output since there will be only one macro output anyways. I attached some images for reference. I would need to cleanup the macro to actually upload as an fyi due to data concerns. The macro basically has 3 flows with filters that create business logic. One output is to create an extract of the data if the extract doesn't exist, one to union new data to the existing extract, and one that will update the extract with the latest data if the number of rows matches (idea being that this part of the flow would be for testing the workflow the macro is in and it doesn't duplicate any data). Again, so the data itself would only ever go through one of the macro outputs.

