I am using Get Text Activity for fetching text from browser pages. This activity is used in loop, as I have to get data form same area on different web pages.
It is working fine for first iteration, but throws following exception in second iteration:
get_transaction_data has thrown an exception
Source: Get full text ‘B’
Message: Value does not fall within the expected range.
Exception Type: ArgumentException
System.ArgumentException: Value does not fall within the expected range.
at UiPath.Core.Activities.TaskAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
I have checked for selectors already.