Hello ,
I have issue where i’m not able to output the result in each folder.
Basically i’m reading pdf and extracting information from pdf and want to output it in txt file in the same folder.
I did this at first with inputpath and outputpath , but when i have over 100 folders get kinda slow to change every time inputpath and outputpath want to make it to read all folders and output in the same folders.
I make it to read all folders , pdfs and extract the information , but i’m not able to make it output the result in their folder.
Example
Product 1 = inside there are pdfs which robot will read extract information and want to output that information in the same folder with the name of the pdf just in txt.[Main.xaml|attachment]
Than robot go to next folder Product 2
Do the same
Than next.
Until all folders end.
Here is the robot thanks in advance : Main.xaml (8.2 KB)
Thanks in advance.