Last column in excel is not getting updated

I made one process that reads data from excel sheet and updates the information in a online form. If the process is completed, it updates the status in last column “Status”.
My robot is working fine for all the rows except the last row. Even if the last row is completed, its not updating the status.


plz advice me the solution.

Fine
may i know how you are updating the status column
if possible can i have a view on that with a screenshot
Cheers @Anamika15


So my bot is reading first column and based on that its performing some task and on success its updating the “Status” column.
“Status” is blank if the task is failed for that row.
Now the issue is, even if the last row is a success, “Status” is blank.
Below is the screen shot for your reference:

image
image

Fine
why didnt we try keeping the assign activity with row(“status”) = “Updated” before to the write range activity rather placing it next to the write range
is there any logic been applied in specific
Cheers @Anamika15