Hello
I am creating a workflow to copy page ranges of specific documents that are referenced from SQL table?
-The table has column called document ID for main document that has all the pages.
-The table has columns for Start page and End page
-The workflow will use the Doc ID to find the document to copy from
-Workflow will copy the page ranges from Start page to End page (of the table query)
Entry Move activity in the Workflow does not allow me to use the token to get to the page range. The page range value seem to be static.
How can I achieve this?
Thank you