Good morning!
I have an iterative macro that cleans up a yucky file format. I got it working smoothly but now I get an error when I insert the macro into my workflow:
"Iteration #1: Tool #18: 'Field 1' is not contained in the record.
I tested every file in the directory and it seems to work perfectly. Not sure if this is pertinent but the files themselves are a tab delimited files that our system automatically saves with a ".xls" extension. Excel opens these files and converts them but Alteryx has trouble reading in this file type. The only way I can properly read them is to bring them into Alteryx a CSV with \0 no delimiters and then parse out the data I need.
What are my troubleshooting steps?