Cannot enter Excel data into an application

Hi, it was working yesterday and suddenly all activities were missing after reboot.
Now I am trying similar but its not reading/entering my data from excel.


Test data :
image

what’s is the Error u r facing

no error , its just not typing in the excel data into desired java application.

Hi @darpan.sharma

I’ve got a few quick tips that might help solve the issue:

  • Check Excel Path and Sheet Name: Make sure the file path and sheet name in the “Use Excel File” activity are correct.
  • Adjust Range: In the “For Each Excel Row” activity, try setting a broader range, like "A2:D100" instead of just "A2".
  • Close Excel File: Ensure the file is closed; having it open might lock the file and prevent UiPath from accessing it.
  • Excel Package: Go to “Manage Packages” in UiPath Studio and try reinstalling or updating the “UiPath.Excel.Activities” package.

Give these a try one of them should do the trick.

adjust range one helped, thanks.
Now how can I use those values from excel with the help of variable?
I never used variables and new to this.

Create a variable for each column. Then, use the ‘Assign’ activity with ColumnVariable = CurrentRow(“ColumnName”).ToString to assign the cell value to the variable.

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