I have filled out a form and now i need to copy the data from the website into my excel sheet. So i use data from column A-B to fill the form now I need to write the returned data into column C. I have tried to save the data in a Varible then parse it using the assign activity. I am new to UiPath so i can only upload one screenshot
You can use write cell activity to write value into excel cell.
you have to use excel application scope first which will open your excel file and inside it use write cell activity.