The robot hold on and cannot move forward

Hello everyone, can anyone help me to fix on an issue:

The robot first read range the path file cell B1 in sheet “CC_MU_REP”:
Destination File for UIPath.xlsx (16.3 KB)

But when I copy the path of the file i want to read to above file cell B1 of “CC_MU_REP”, ie
24xxxx-50samples-FA result_MU_control chart_summary-JG-KRKY-template-a16022024 (1).xlsx (648.8 KB)

The robot hold here on this step and can’t move forward:

Can I know that why it will occur and how I can fix it? Many Thanks

My workflow:
FA Sorting MU-rep MU-bias.xaml (146.4 KB)

@Happydayyy

looks like you are using same excel above…first try to use a kill process before this and check if that works

cheers

@Happydayyy,

Addition to Anil’s comment, why you are using Excel scope for reading few cells? You can achieve this by Read Range like you have used in letter part.

This will not block the Excel file also if this is the problem.

Thanks,
Ashok :slight_smile:


May I know what I need to input in kill process? Many Thanks

Enter process name as “EXCEL.EXE”

Thanks,
Ashok :slight_smile:

@Happydayyy

processname as "Excel"

cheers


How about the process? Thankssss

@Happydayyy

process can be left empty

cheers