I am getting the following error. Please help
20.10.4+Branch.master.Sha.6a6cfd6dfbeb86aec47564af2f9465ef0bf43df4
Source: For Each
Message: Unable to cast object of type ‘System.Text.RegularExpressions.Match’ to type ‘System.Collections.Generic.IEnumerable`1[System.Text.RegularExpressions.Match]’.
Exception Type: System.InvalidCastException
RemoteException wrapping System.InvalidCastException: Unable to cast object of type ‘System.Text.RegularExpressions.Match’ to type 'System.Collections.Generic.IEnumerable1[System.Text.RegularExpressions.Match]'. at UiPath.Core.Activities.ForEach
1.InternalExecute(NativeActivityContext context, IEnumerator valueEnumerator)
at UiPath.Core.Activities.ForEach`1.StartLoop(NativeActivityContext context)
at UiPath.Core.Activities.InterruptibleLoopBase.Execute(NativeActivityContext context)
at System.Activities.NativeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.ActivityInstance.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)
at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)