I am doing automation on bptravel website where i want to take data of customers like departure date,arrival date,name etc. from excel file… and finally writing the total cost and reference number for each customer in excel file.
In sequence process at first for reading the data from excel sheet i used the Read Range Activity and then i used For each Row activity and in its body i used select item,type into,click Activity…
i used select item for FROM option and used input text as :- row(“Flying_From”).ToString
and after that i assigned the reference number and total with variables and at last for writing the data in excel sheet i used Write Range Activity.
My process run fine but i don’t know why reference number and total cost is not displaying in my excel sheet or may be not able to write on excel sheet.
I am not able to find where i have done mistake.Could anyone plz help.