For Each UI Element" frequently can lead to errors

Hello
I used around 40 “For Each UI Element” activities in the flow. However, after completing the development, when I start the flow, nothing happens, and no action is performed. Do you know what might be causing this issue?
Thank you for your response.

@22222222asas,

Add the logs to see till where your flow ran and what could be the part of code would be facing issue.

Also try debugging it.

@ashokkarale
Hello, thank you for your response. Currently, the process hasn’t even started. No errors are occurring. Have you ever encountered a situation like this?

@22222222asas,

do you mean the code execution started but not reached till the For Each activity?

@ashokkarale

I have no choice but to delete all the code and redevelop it. Thank you for your response

@22222222asas

Did you happen to check the selectors of for each ui element?

Cheers

For testing purposes, you can log CurrentElement.Selector.Text; then open UIExplorer, paste the element and clicl validate; if it does not work, try to click repair or you can compare it with the ones you got on development phase