I've seen a few posts that talk about handling lookups from the back end or through uploading CSV's that don't really apply to my situation.
I've created a DBquery pull that draws in information into the lookup from a SQL database. I've written a few queries that connects to the lookup and have worked perfectly fine.
I'm attempting to run a lookup command within a saved search that has parameters that I'm passing through. I can execute the saved search manually, without passing parameter, perfectly fine. However, when I tried to execute the saved search and pass the parameters along I receive the "Error in 'lookup' command: Could not find all of the specified destination fields in the lookup table" statement.
Any thoughts or suggestions would be helpful, thank you!
| savedsearch "search_iris_ca_server_count" t_parent_businessname="Bus1" t_businessunit_businessname="Bus2"
... View more