Hi
I have a flow in which a for each loop is running. Inside this loop i have a datatable with 1 row 2 column . When loop start iterating through first item it extracts value from web and stores it in datatable on row 0 column 0 and then this value is used by send keys action for populating a text box . I want when for each loop start iterating for second item it stores the value extracted from web in column 1 but i want this value to be in place of first item's extracted value i.e. row 0 column0 so that it is used by send keys action for populating the text box as the value given is datatable[0][0].
the datatable column1 variable Var contains extracted value for first item of for each loop . I want when loop starts for second item it overwrites the first item's extracted value i.e. currently it stores the extracted value on column2 i want it to store on column1 only when second item of for each loop is iterating

Report
All responses (
Answers (