I have the following workflow in Uipath; Main.xaml (30.3 KB) It is supposed to read the color of cells in each row and mark with either an “F” or “C”. Although the process itself, if working fine, I am not able to figure out how I can break the process once there is an empty cell in Column1.
Either the process fails to stop, or stops in the middle of execution. I have tried many variations of ‘if’ and ‘break’ but to no avail.
Please guide me further! Attaching excel file for reference: Test.xlsx (9.4 KB)
Hi @Pradeep_Shiv , Thank you for your reply. My break activity is still not stopping the process. May I know what condition I should put under the ‘If’?