Hello All,
Here is what I'm trying to do:
1. Read in a single sheet Excel spreadsheet.
2. Compare each record to a static list of Error Codes
3. Output the original data to a Detail sheet in an output Excel
4. Output the data that did not match the static list of Error Codes to a Validated sheet in the same output Excel
5. Output a summary of counts and totals for both the original data and filtered data to a Summary sheet in the same output Excel
6. Prompt the user for both the input and output files using Interface
I have it working, but there are a few things I don't like about the solution:
1. The Input and Output nodes always show as Errored because of the dummy file name (which gets replaced by the user selected filenames)
2. The App Results screen shows three of the same file because I'm writing everything to the same output spreadsheet.

3. The whole thing seems a bit over complicated for what I'm trying to achieve.

Is there a better way to do this?
Many thanks!