HELLO, am try these row(“email id”) and row(1) but I get the same error
Activity is bellow like this
I want to read the data from excel and fill the loan in my https://uibank.uipath.com/loans/apply
Excel data like this EmailID, loanAmount, age, tax…like this I want read the data and fill the data in the particular field.
when I try to do I get an error like this
20.4.3
Source: Type Into ‘INPUT amount’
Message: Cannot find column 1.
Exception Type: System.IndexOutOfRangeException
RemoteException wrapping System.IndexOutOfRangeException: Cannot find column 1.
at UiPath.Core.Activities.ScopeActivity.OnFaulted(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.Invoke(NativeActivityFaultContext faultContext, Exception propagatedException, ActivityInstance propagatedFrom)
at System.Activities.Runtime.FaultCallbackWrapper.FaultWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)