It's a strange question

When a loop contains multiple events, when executing the first event in the loop, the main thread will not wait for the event to be executed before proceeding to the next step. It will directly execute the next step, which will cause confusion in logical order. For example, the loop contains multiple outputs, namely output 1, output 2, and output 3. Normally, it should be executed in the order of 123, but the test result is not correct It turns out that’s what happened 312

Hi there! You’ve posted in the UiPath Apps section of the feedback forum. There currently isn’t an event loop rule in Apps, so I can only assume you’re talking about Studio - is that right?

yes,

Hi @2644108352

Could you post a screenshot of your workflow? It is hard to understand what you mean.