Excel Issue in Set Value Elements

Hi Team,

I am taking input from excel sheet and setting value in the oracle instance by using web recorder in excel loop.
When I set the value of the attribute in the instance using excel loop,it isnt updating the values with the correct values if there are consecutively same values are present.

for example in the excel sheet I am using there are consecutive values of 0.01 ,when I do set value initially its working,but when I try to set value of 2231 which is present after 0.01,in the instance its taking the value of 0.01 instead of 2231.

But in the studio when I did the write line ,it is showing me the correct data.
Below is the Output from Assist Edge Studio:
came here
D:\DCE\TriggerInputFile\OnAccountReceipts222000022222222.xlsx
D:\DCE\RPA_Input_Files
D:\DCE\RPA_Input_Files\OnAccountReceipts222000022222222.xlsx
Entering the main processing of code
Entering the main processing of code
inside excel loop
inside true false if
2231
inside excel loop
inside true false if
1
before cancel click
clicked on final cancel
inside excel loop
clicked else search
inside excel loop
inside true false if
0.01
before cancel click
clicked on final cancel
inside excel loop
clicked else search
inside excel loop
inside true false if
0.01
inside excel loop
inside true false if
0.01
inside excel loop
inside true false if
0.01
inside excel loop
inside true false if
0.01
inside excel loop
inside true false if
2231
inside excel loop
inside true false if
1
before cancel click
clicked on final cancel

Kindly help me with the issue.

Hi,

In the output window if value is coming correctly then it denotes that value are being assigned to argument from excel loop correctly. Check your process logic. If required reinitialize the argument post each iteration

Regards,
Amit Anand