I am trying to create a Component Workflow called by a List Workflow in which I need to "Lookup" a field from a list where the listname is passed in from the List workflow. I am passing in the ListName, ItemID, LookupListName and a few other fields. In my component workflow, I am trying to set a Variable using the "Set Workflow Variable" action. When I try to use "List Lookup", the list name is in a dropdown. Since the list name will be one of the input variables, I need to be able to perform a Lookup based on this input variable. Is there anyway to do this?
I know I can pass in the value I am looking up from the List Workflow, but that would entail updating more than 100 List workflows. If I can do this in the Component workflow, it will be a lot less work.