RPC SERVER ISSUE

Hello guys,
I got an error like this while using a write cell activity. Does anyone have solution for this error.

Hi @Gokul_Murali

Refer :slight_smile:

Hi @Gokul_Murali

Have to tried to use Work book Write cell activity instead of Excel scope activity

Before Write cell activity use Kill process activity and followed by Delay activity

Kill process

Process name = "Excel"

Enable the continue on error option in the properties

Delay  -> 00:00:05

image

Regards
Gokul

Hi @Gokul_Murali

You are trying to add status right?

Why are you using like this

You can try this

use assign
Row(“Your Column Name”) = “Success”
image

this will save your status in the datatable
after completing all the rows you can add excel application scope and write range to write in an excel file
It will consume low time than that you have implemented

Regards
Sudharsan