Hello guys
I have 3 Excel in a folder
while running rpa, it will ask for details through input dialogue activity of excel to which excel we want to run.
Scenario
While any system exception it should directly pick the excel which is been running instead for asking which excel to process
@Gokul_Murali
use try catch and in catch assign the default file path to the required variable
cheers
Let me try this and ill share my update
Use Try catch activity. Put your all the activities that speak to how file detail is passed manually in your Try. The default file path to be processed should be in the Catches while what you want to do with the excel file should go into the Final.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.