Hello, I,m facing with a problem that I want to download multiple documents from Business in a box website.For more info, it has 8 business modules like HR,Finance and 6 others.
Let assume i chose HR module, there will be more folder to choose. If i choose one folder within that HR module, we will see a lot of documents and i want to download them by using an automation process. Problem is UiPath can’t understand which one is already downloaded or not and if i pointed one place to click(eg.HR module) , it will keep clicking that place even if the documents inside are downloaded. So i want to find out how can i auto choose next item or click next item automatically in UiPath
Hi @khant, As far as I can see, you have to identify if the folder selector is incremental, if so, you can do a Do While loop with a counter to download the information from each folder into the modules.
Hello @fernan i do appreciate your idea helping. I’m curious how does Do While loop work, I do understand For Loop. As i understand in programming languages Do While Loop works one activity or process work before the loop start but i can’t figure out how does it work in UiPath.And i wanna know what is intCount for