I'm trying to use the query data activity to query multiple columns in an excel spreadsheet. I have 3 separate lookups I need to do - OrgKey to find the file name, Program to find the program abbreviation and Doc type to find the doc type abbreviation. I tried to put these into one query activity, but it won't find any results that way. Are the additional queries excluding information? I.E. when I add the program columns to OrgKey, is it looking for one row that contains both values?
Do I have to separate these into separate queries? I hate to have 3 queries looking at my spreadsheet. This workflow is designed to rename large quantities of files, so I intend to drop 100+ at a time and have this workflow rename them based on the metadata. Any suggestions on how to make this efficient? Thanks!