I checked, there are no dynamic selectors, which would change in the loop. However, o 2nd loop it would "freeze". I have action "Populate text field on web page", it would populate required text, but Flow action remains the same action - it doesn't go to next action although it has already populated text. it is neither throwing an error nor moving forward
adding more info:
Correlation Id: 1d1b3299-619d-466e-b8eb-b46242844315
Call to automation server did not succeed after 10 attempts.: Microsoft.Flow.RPA.Desktop.Modules.SDK.ActionException: Button-press failed. ---> System.TimeoutException: Call to automation server did not succeed after 10 attempts.
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationRuntimeServiceProxy.ExecuteSafe[T](Func`2 action, TimeSpan timeout)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationRuntimeServiceProxy.ExecuteSafe(Action`1 action, TimeSpan timeout)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationRuntimeServiceProxy.PressButtonOnWebPage(WebBrowserInfo webBrowserInfo, String cssSelectorOfButtonToPress, String dialogButtonToPress, Boolean waitForPageToLoad, Int32 courseOfActionIfDialogAppears, TimeSpan waitForPageToLoadTimeout)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.PressButtonBase.<Execute>b__17_0(IWebAutomationRuntimeService s)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationActionBase.<>c__DisplayClass4_0.<PerformWebAutomationWithLogging>b__0(IWebAutomationRuntimeService s)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.WebAutomationActionBase.PerformWebAutomationWithLogging[T](Func`2 action, WebAutomationRuntimeLogData requestData, Func`3 resultData)
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.PressButtonBase.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.WebAutomation.Actions.PressButtonBase.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)