Why SAP program executing two times without any error

Main (1).xaml (1.3 MB)

SAPAutomation2.xlsx (15.5 KB)
Why my program run two times
can anyone help me please?

I don’t know why you have the same activities twice in the flow chart, one is connected to start and another left. and you have another sequence which contains same activities again. I think you have a question like, even not connected to start, why they are running right?

yeah you are right.
now I changed my workflow properly Main (1).xaml (1.3 MB)
but it executed two times without any error

Main (1).xaml (1.3 MB)
SAPAutomation2.xlsx (15.5 KB)
Why my program run two times without any error
can anyone help me please?

Buddy @Abubakkar , think there is some issue with me in opening your xaml file, but still
There must be two reasons behind either

  1. You must have try catch method, and the block in try container gets some exception and you might be running the process again to try out so it might be repeating
    or
  2. There must be some loop condition issue which might be repeating again and again

It would be great if i can know which one you feel is getting iterated twice other than the above mentioned reasons,

Kindly provide that details, we can sort this buddy…

Cheers…!

1 Like

Hi buddy, Thanks for your help
please check this zip foldervMain.zip (77.6 KB)

I think I used many try catch method and I used to if method loop only but many times
kindly check my workflow.
Thanks in Advance