Dear experts…I am novice in uipath and need your help. I am trying to automate a process where i have to copy a table from a web portal and paste in the excel which will have id number. I need to click copy the id number and click in the web and download the attachments from the portal by creating a folder by id and save the attachments.
this might be a extremely simple task bu as i am new can you please help me out
Just give me some time. just one question how do I make sure whatever is completed should not be processed again, meaning the table is dynamic and will have ids, the ids which have been completed should not be downloaded again.
For each row will loop each item only once. So there are no chance of duplication. Also you can add a status as completed as suggested by @KarthikByggari.