Hi,
I am trying to move large number of documents from current path to Path B using workflow.
I have names of these entries. I am trying to pull tocid based on name in the custom query and use the tocid in Route Entry to Folder activity
Below is the query I am using and screenshots of the workflow.
Can someone please help me understand how to use the result set of tocids from the query in For Each activity
select tocid from toc where name in
(
'name1',
'name2',
'name3',
)