Robot automatically skip to next sequence

Hello,
We have 3 sequence

  1. Raw data export from NMS system.
  2. Data manipulation.
  3. Upload result to share point.

Robot sometime stop at “Raw data export” step. I want robot to stop at that step. But robot automatically do the “Data manipulation” and “Uploading” process. We are not using “error on continue” or If function. Anyone have similar problem. Please help me. Thank you so much.

PS: currently we are using community license. sequence

@heinzawhtooaung
welcome to the forum

as the three steps are independent an exception will not trigger to ommit subsequent steps.

integrate all steps into one try catch or wrap the others steps with an if Actvity and react on the occurence of an exception from the previous steps

Thank you so much. It is working fine.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.