Hi,
I recently received help setting up a file path as a variable string, see attached topic, but now I am having trouble accessing the file as the process begins.
I am using an Excel Application Scope to open an Excel file and while in the development phase, I had been using straight forward workbook path, for example: “H:\common\TRANSPORTATION\PROD Route Optimization\2018\10.29.2018\10.29.2018 Routing Guide RPA”. To the start the process, the excel application will open the file, then click on a specific tab labeled “Supplier.” From there the workflow will move back and forth from the Excel file to a Host Mainframe System. The data will be copied from the excel sheet then pasted into the mainframe system, updating specific parameters as defined in the Excel file. I have all of that set up, tested and ready to deploy, but I am needing to figure out how to enter the file path variable in the Excel application scope so that the file can be accessed.
Please use below xaml file to open up excel file with path variable,
Here I’m reading path from configuration file and storing into a variable. I’m supplying that variable to workbook path property.of excel application scope.
The variable itself is the whole path. just paste it in the read range/excel scope
or
Once you have the excel path you dont need to open it and click on the tab and use the data back and forth during the process.
What you will do is use a Read Range activity to read that particular sheet data.
Use the workbook one:
After that you will have a data table variable which you will loop through using a For Each Row
Inside the for each you will be doing the paste into the mainframe system and updated.
It will do it for all your entries