Studio22.10.xで『繰り返し (データ テーブルの各行)』アクティビティのバージョンを22.10.xから23.10.x 以上に上げるとエラーが発生する

:grey_question: Question
Studio22.10.xで『繰り返し (データ テーブルの各行)』( UiPath.Core.Activities.ForEachRow)アクティビティのバージョンを22.10.xから23.10.x 以上に上げるとエラーがエラーが発生します。
UiPath.system.Activities のバージョンを23.10.1以上に上げると 新規作成も含めて『繰り返し (データ テーブルの各行)』( UiPath.Core.Activities.ForEachRow)アクティビティの詳細設定でエラーが発生します。

エラーメッセージ:
22.10.10+Branch.support-v22.10.Sha.d796eef39ef460425a3cb2a072fd7b50e1c26930 Expected Argument type but got: $System.Activities.Activity1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] エラー: System.Exception: Expected Argument type but got: $System.Activities.Activity1[[System.Boolean, System.Private.CoreLib, Version=6.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]] at UiPath.Studio.Plugin.Workflow.Presentation.ArgumentHelper.GetArgumentDirection(Type type) at UiPath.Studio.Plugin.Workflow.Presentation.ViewModelHelper.GenerateModelItem(IWidgetViewModel viewModel, Argument argument) at UiPath.Studio.Plugin.Workflow.Presentation.ArgumentHelper.SetExpressionBinding(ExpressionTextBox expressionTextBox, ArgumentDirection argumentDirection, IWidgetViewModel viewModel, Boolean& isIndependentModelItem) at UiPath.Studio.Plugin.Workflow.Presentation.SimpleExpressionWidget.SetExpressionTextBoxBinding() at UiPath.Studio.Plugin.Workflow.Presentation.SimpleExpressionWidget.OnExpressionTextBoxLoaded(Object sender, RoutedEventArgs e) at System.Windows.EventRoute.InvokeHandlersImpl(Object source, RoutedEventArgs args, Boolean reRaised) at System.Windows.UIElement.RaiseEventImpl(DependencyObject sender, RoutedEventArgs args) at System.Windows.BroadcastEventHelper.BroadcastEvent(DependencyObject root, RoutedEvent routedEvent) at System.Windows.BroadcastEventHelper.BroadcastLoadedEvent(Object root) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler), HResult -2147024809

:bulb: Answer
解決策

Studioのバージョンを2022.10.12に、UiPath.system.Activitiesを2023.10.3以上にアップデートしてください。