Cancelling rows in an Excel File

Hi everyone,
I have an excel file with 3 rows 6 columns.
I am using the Reframework to process the data contained in it.
I have exported the data into a dataTable in order to process them.
Each transaction number is a row in our process.
In case of Success (transaction status), I want the row processed to be cancelled in my excel file.
How can I do that?

Hy @leandre,

I suggest you to log the transaction status to your excel for logging purpose. Use a write cell activity for that.

Any questions please let me know

Regards

1 Like

Thanks @William_Blech_Sister
I am not understanding what you are trying to say.
Because I want to delete the row each time the transaction results successful in a dynamic way.
I have implement a read row activity, can I then cancel the row after that?
Please I am a little bit confused

Hy @leandre,

ok, you can use the “Insert/DeleteRow” activity for this pourpouse.

Give it a try and let me know.

Regards

1 Like

@leandre,

If it works please mark my answer as a solution it helps me

Thanks

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