I’m using these activities

and i’m getting output as this
where I see one row getting repeated at the top! can anyone help me solve this ?
I’m using these activities

and i’m getting output as this
Can you share your workflow then we can understand your question or can you explain brief
@Kancharla_Mahija Disable write range activity and check
@Kancharla_Mahija
use write range or append range inside for each row in datatable
if iteration is completed loop stop by itself
Hi, why you use write range and append range both? use only one, disable or remove write range activity then run your workflow and check once.
First, you can identify the data for each row. When you add data, check if the data is already mentioned in the table. If it updates the existing row before adding the new one, could you ensure each row is distinct?
Hello @Kancharla_Mahija
Try This
Use If Condition to find the file is exist or Not.
If Condition—> File.Exist(Environment.currentDirectory+"\Output\OutputExcel.xlsx")
Then —> Use Append Range Worrkbook.
Else —> Use Write range Work book.
After If condition place the Clera datatable and pass the “DTinuse” variable to clear the data in the variable.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.