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 :
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.
what’s is the Error u r facing
no error , its just not typing in the excel data into desired java application.
I’ve got a few quick tips that might help solve the issue:
"A2:D100" instead of just "A2".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.