I am new to UI Path, i have one problem in ui path can any one pls help me. In my Project when we search by details its displays output results in Popup message. In that popup message its displays multiple links in a table, here i have to click that links one by one. Any one pls help me.
I checked your workflow and found mistake in IF condition: row(0).ToString.Trim=“External Document”. Because of this, BOT is clicking first item only.
Change it to row.Item(0).ToString.Trim=“External Document” and let me know it works or not.
I need one more help, in website its displaying multiple Links when we click on that link its download one document, i am saving that document name as “Boardid-LicNum” , here my doubt is how to save all documents in a sinle folder with same Boardid & Lic number.