You are viewing limited content. For full access, please sign in.

Question

Question

custom query usage for moving entry

asked on November 2, 2016

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',
)

 

 

0 0

Replies

replied on November 2, 2016

That's not going to work because Route to Folder takes an entry object, not a name or an ID. Do you have the paths too or just the name?

0 0
replied on November 2, 2016 Show version history

I have names of entries. Also, I have the information about the path at which these entries are located. However   these are subset ( 8000) of  entries located at the path. 

0 0
replied on November 2, 2016

Then I'd probably do something like this:

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.