i am iterating through PDF files and trying to add File names in a folder as queue items, and i see there are no quueu items getting added.
any suggestions here
i am iterating through PDF files and trying to add File names in a folder as queue items, and i see there are no quueu items getting added.
any suggestions here
Can you share the screenshot of Entire For Each loop with properties Panel.
Regards
Use For each file activity so that you will be getting the fileinfo of each file in a folder.
While adding to queue item the currentitem or currentfile will be in FileInfo data type so use CurrentItem.FullName this will give full path of the file.
Please follow this procedure.So that you can add filename to the queue.If this still not resolved please make a screenshot of your Process
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.