Hi,
I am learning to get data from email and save it in Excel sheet. I am using UI Path Academy course RPA Development, I am facing following problem while creating activity. I am using UI Path Studio
as I am selecting Read Range from Excel, Activity panel showing Argument Range :BC30512 “Activity valid inside the ‘Use Excel File Scope’” while i can in video there is no such error showed. if I am following exactly same procedure as shown in video.
Also i can see in video there is no Validation error while I am getting Validation error as well.
If you want to use the Excel activities you have to use those activities inside Use Excel file activity only. Use Excel file activity is the scope. Read range activity is used to read the excel and store the data in to datatable.
In video they show about the read range workbook this is the workbook we can also read the excel and store in datatable. But this is workbook activity. We can use this activity with out any scope.
In your case, you are using read range activity it is the excel activity then you have to place it inside the Use Excel file activity. Drag and drop the use Excel file activity and place the read range activity inside.