Hi All,
Am new to UI Path so need help from you guyz…
Need to store the scraped data into excel column wise. means i have an excel with multiple data in columns say A1 to A12, Functionality is to search each column data in a web site and store the search result (scraped data) in corresponding columns, ie B1 to B12. Have stored the scraped data to first column B1, but am unable to store from second column on wards.
Have used for loop to iterate through excel columns and used if condition to check search result exist or not and both are working as expected.
Could you please help… Heartfelt Thanks in advance.