How can I indicate the completion status of a process within a column in an Excel file?

Hello everyone,

I’m still exploring the UiPath world and I have a question about an activity I’m trying to solve in UiPath Studio.

In this activity, I need to indicate in the column named “Estatus” of the file named “DEMOQA_FormData” whether the process was completed or not due to an error.

I’ve tried some methods, but I couldn’t get the desired result. :confused:

Does anyone know how I could solve my problem?

My Workflow is attached here. :smiley:

Base_selectores2.zip (614,4 KB)

Hello @jjlof1

In the same For loop you are using create output variable to for loop which gives rowindex.

Inside the loop use write cell activity and give range as “L”+(RowIndexVariable+1)

Let me know if it worked

1 Like

Hey @jjlof1

You have done it correctly, just missed write range at the end!

I have updated your .xaml!
Lectura y llenado de datos.xaml (54.8 KB)

Execute it, Let me know if you get expected Output!

Regards,
Ajay Mishra

1 Like

Lol! I think my brain doesn’t work well at night :sweat_smile:
Thanks a lot, Ajay! :ok_hand:

1 Like

@jjlof1 Your Welcome! :innocent:

Happy Automation!

Regards,
Ajay Mishra

1 Like

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