so you mean to say i should not use find image and type into activity right?
if not then, how it will take the data from input file.
first i should use what if activity and how do i pass the value, do i need to create the variable for that “contractor”?
see, i have used this activity and store it in output variable ,now my data is coming from in_Transaction item, now what expression should i use to check the value and also to click on check box?
i am trying to check whether it is working or not but then getting below error every time.
Error ERROR Validation Error Internal constraint exception while running constraint with name ‘Constraint’ against activity of type System.Activities.Statements.Sequence with name ‘Sequence’. Exception was: System.NullReferenceException: Object reference not set to an instance of an object.
at System.Activities.WorkflowApplication.Invoke(Activity activity, IDictionary2 inputs, WorkflowInstanceExtensionManager extensions, TimeSpan timeout) at System.Activities.WorkflowInvoker.Invoke(Activity workflow, IDictionary2 inputs)
at System.Activities.Validation.ActivityValidationServices.RunConstraints(ChildActivity childActivity, ActivityCallStack parentChain, IList1 constraints, ProcessActivityTreeOptions options, Boolean suppressGetChildrenViolations, IList1& validationErrors) Framework/Process.xaml
not sure about it, also it gives me a validation warning that variable which i used to store the output variable to read csv file is not used.
System exception at initialization: The CSV file format for C:\Users\asus\OneDrive\Documents\UiPath\RPA_Challenge\Data.csv is invalid. Line 2 contains more values than the header line. at Source: UiPath.Excel.Activities
that is fixed, but is this error
Error getting transaction data for Transaction Number: 1. Object reference not set to an instance of an object. at Source: If a new transaction item is retrieved, get additional information about it
i changed the transaction number to 0. as i am using excel file as input, but still got this error. do i need to map this anywhere else because everything looks good, how to fix this