Hi
from application bot will download doc file for each record in to downloads folder how to move the downloaded file to project data\output folder
Thanks
Likitha
Hi
from application bot will download doc file for each record in to downloads folder how to move the downloaded file to project data\output folder
Thanks
Likitha
You can utilize a For Each (Directory.GetFiles() on the download folder), and within this for each, use the Move File Activity in UiPath:
Move File (uipath.com)
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.