Change value in Excel File while Running the Bot

Hello I have one excel file :
**Excel File **
112

After Reading the Excel file I am using For Each Row Activity and then do some activities for each Dealers. After completing the task of a dealer, I want to change the Status of that dealer to YES in Excel File in each iteration. So that if bot Stops halfway and restart it will only process the dealer with NO status.

1 Like

hi @RishabhMathur

use for each row in Datatable
String.IsNullOrEmpty(row(“Dealers List”)
else condition pass the string var as row(“Status”)=YES in assign activity

Thanks
ashwin S

Hi @RishabhMathur,

Here I have attached sample project with output.

Project file : RishabhMathur.zip (23.3 KB)

Regards
Balamurugan.S

2 Likes

That makes not changes in EXCeL table , but in DataTable ( that we have got from EXCEL file). Is not?

1 Like

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