I am having some set of records in the excel which i need to post in the web page relevant fields.
Once i posted all the column value for the particular row, the webpage will generate the confirmation id which i need to capture in the same excel one by one.
I was able to post the records one by one but unable to get the confirmation id from webpage and paste it in the excel relevant row one by one. Please help me to fix this.
At the time of reading data from excel row, read index of that row also like: DataTableName.rows.IndexOf(row)+2 and assign this value to integer variable.
After posting all data into webpage, use GetText activity to read ID.
Then use Write Cell activity to write into excel cell. If you want to write into ‘F’ Column then pass below values to write cell activity.