Hello experts… I need open a new browser and pass the above url
by incrementing 1, like p191, p192,etc up to 2000 and flag=1(remain same)
and get the value of a webpage label’s, and pass the label’s values to excelsheet
may i know, how this can be achieved, im a new learner… appreciate your help on this…
Hi Thanks… just viewed the source of the html webpage
for eg: i need to capture customer mobile, which is below and being displayed on the webpage and in the similar way, we have name, address,etc… Thanks
The workflow has validation errors. Review and resolve them first.
System.Activities.InvalidWorkflowException: The workflow has validation errors. Review and resolve them first. —> System.Activities.InvalidWorkflowException: The following errors were encountered while processing the workflow tree:
‘DynamicActivity’: The private implementation of activity ‘1: DynamicActivity’ has the following validation error: Compiler error(s) encountered processing expression “SpanCmobileLbl”.
‘SpanCmobileLbl’ is not declared. It may be inaccessible due to its protection level.
‘DynamicActivity’: The private implementation of activity ‘1: DynamicActivity’ has the following validation error: Compiler error(s) encountered processing expression “SpanCmobileLbl”.
‘SpanCmobileLbl’ is not declared. It may be inaccessible due to its protection level.
at System.Activities.Validation.ActivityValidationServices.ThrowIfViolationsExist(IList`1 validationErrors, ExceptionReason reason)
at System.Activities.WorkflowInspectionServices.CacheMetadata(Activity rootActivity, LocationReferenceEnvironment hostEnvironment)
at UiPath.Workflow.ViewModels.MainViewModel.IsWorkflowValid()
— End of inner exception stack trace —
im getting the above error
and also, im unable to find write cell, so that I can write to excel.
so the values should increment like 190108091,92,93…to 99 in the loop for up to 9 times… so i need the phone no of 9 customers…which will add to the text file…
To add the phone numbers together / append, you could use Read text file right before you Get Text and store the contents to a string, then in the Write text file use stringfromfile+vblf+SpanCmobileLbl1, which will append the text as you write it.
Alternatively, you could store all the numbers to a string within the loop using Assign stringVariable=stringVariable+vblf+SpanCmobileLbl1 , then use the Write text file outside of the loop at the end.
You could also use .CSV as the extension in the Write text file and it will make it a table.
Hi,
Good.
Yes you can insert as many value you want.
If field are less you could make use of write cell activity and pass the cell number.
Else build a data table and then pass that data table in “Write Range” activity which directly insert all the column at once.
You can find multiple solution in the forum to achieve it.
Please go through the UiPath academy in case you didn’t attend.
Its free.