I have the respective data for these columns in data table. First row is available for entry and once all the data is filled in all the three columns for that row, next row appears.
What I have tried -
Tried of locate the first row for entering the data and used tab keys to move to nect columns.
Have used for each loop and increment the counter for next values.
Problem Statement -
I’m able to select and enter the data row wise (by using the CV Type Into / CV Dropdown Select). But as there are more than one values, I can’t just select the scope for each row (as it will depend on the input data).
Is there any way I can insert the data for a particular column and increment the rows based on the input data so that It can insert data in row1, row2… row(n) for Column1 and similarly for the other columns.
basically you can get each column value also if you need
just use for each row activity once for each column…and in loop each time use each column separately
and in application use the idx value on selector to change the value in same column but different rows…for index in for loop properties you will have an index proeprty cna sue the same
Is this edit selector you did on TypeInto Activity? If yes can you pls share the version of your UiPath.UiAutomation.Activities package? As for me I’m not able to see any option for Edit Selector for TypeInto Activity.