Hello everyone,
I'm relatively new to Alteryx. I've made a macro that is reading a list of Excel files and two of their sheet names (called "Main" and "New Trades").
The macro works well, however, sometimes a few files are missing one of the two sheets. Thus, it outputs errors stating "Record #1: Tool #2: `New Trades$` does not match a sheet or named range in [FILE]. blabla...."
What I would like to do is to "flag" which files are missing which sheets (kind of logging them into a list). Is there any tool or any way to do this?
Also, I don't want my workflow to stop working because it couldn't find a certain sheet in one file (what would be great is to just output one warning or something)
Many thanks