How to update the rows in excel using Uipath

Hi Team,

I have an input excel bot has to enter the data in “Bot Completion Status” Column and “Bot timeStamp” Column in excel once the bot run get completed with status us Success or Failed and Timestamp column with bot run completed time.

Input File:
BOT Configuration File.xlsx (15.6 KB)

In the above file bot has to read the row and fill the the last line with Bot completion Status and Bot TimeStamp column in the excel and the end of the bot run

Can you please help me with some solution

thanks
likitha

Excel Process Scope

  • Use Excel File
    – For Each Excel Row
    — Perform your steps
    — Update CurrentRow with an Assign

Hi @vinjam_likitha,
Please check this solution.
Demo.zip (15.1 KB)

Cheers!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.