we have a dataTable extracted from the website. pls tel me how to get the input from the data table to add columns. Datatable is ready with the input…i want to know how to fetch the input from that datatable in uipath studio so that i can add the columns and get the results.
pls suggest me with the solution.
Could you be more clear with the requirement, what input you need to get from the datatable and i hope you have used data scraping to get the output in datatable.
@vinutha1 plz follow this procedure
-use excel application scope and read range activities to read and store it in a datatable say dt1
-use for each row activity and give the input as dt1 and from there based on your requirement you can use the data inside the datatable.