「PowerPoint プレゼンテーションを使用」アクティビティの実行エラーについて

「PowerPoint プレゼンテーションを使用」アクティビティを実行すると以下のエラーが発生します。
もし、このエラーについて、心当たりがある方はご教授お願いいたします。
宜しくお願い致します。

●エラー内容

RemoteException wrapping System.Xaml.XamlObjectWriterException: プロパティ ‘UiPath.Presentations.Activities.PowerPointApplicationScope.Body’ の Set で例外がスローされました。 —> RemoteException wrapping System.ArgumentException: 型 ‘System.Activities.ActivityAction1[UiPath.PowerPoint.Activities.IPresentationQuickHandle]' のオブジェクトを型 'System.Activities.ActivityAction1[UiPath.Presentations.Activities.IPresentationQuickHandle]’ に変換できません。
場所 System.RuntimeType.TryChangeType(Object value, Binder binder, CultureInfo culture, Boolean needsSpecialCast)
場所 System.RuntimeType.CheckValue(Object value, Binder binder, CultureInfo culture, BindingFlags invokeAttr)
場所 System.Reflection.MethodBase.CheckArguments(Object parameters, Binder binder, BindingFlags invokeAttr, CultureInfo culture, Signature sig)
場所 System.Reflection.RuntimeMethodInfo.InvokeArgumentsCheck(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture)
場所 System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object parameters, CultureInfo culture)
場所 System.Reflection.MethodBase.Invoke(Object obj, Object parameters)
場所 System.Xaml.Schema.SafeReflectionInvoker.InvokeMethodCritical(MethodInfo method, Object instance, Object args)
場所 System.Xaml.Schema.SafeReflectionInvoker.InvokeMethod(MethodInfo method, Object instance, Object args)
場所 System.Xaml.Schema.XamlMemberInvoker.SetValueSafeCritical(Object instance, Object value)
場所 System.Xaml.Schema.XamlMemberInvoker.SetValue(Object instance, Object value)
場所 MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(XamlMember member, Object obj, Object value)
場所 MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(Object inst, XamlMember property, Object value)
— End of inner exception stack trace —
場所 MS.Internal.Xaml.Runtime.ClrObjectRuntime.SetValue(Object inst, XamlMember property, Object value)
場所 System.Xaml.XamlObjectWriter.Logic_ApplyPropertyValue(ObjectWriterContext ctx, XamlMember prop, Object value, Boolean onParent)
場所 System.Xaml.XamlObjectWriter.Logic_DoAssignmentToParentProperty(ObjectWriterContext ctx)
場所 System.Xaml.XamlObjectWriter.WriteEndObject()
場所 System.Xaml.XamlWriter.WriteNode(XamlReader reader)
場所 System.Xaml.XamlServices.Transform(XamlReader xamlReader, XamlWriter xamlWriter, Boolean closeWriter)
場所 System.Activities.XamlIntegration.FuncFactory1.Evaluate() 場所 System.Activities.DynamicActivity.OnInternalCacheMetadata(Boolean createEmptyBindings) 場所 System.Activities.Activity.InternalCacheMetadata(Boolean createEmptyBindings, IList1& validationErrors)
場所 System.Activities.ActivityUtilities.ProcessActivity(ChildActivity childActivity, ChildActivity& nextActivity, Stack1& activitiesRemaining, ActivityCallStack parentChain, IList1& validationErrors, ProcessActivityTreeOptions options, ProcessActivityCallback callback)
場所 System.Activities.ActivityUtilities.ProcessActivityTreeCore(ChildActivity currentActivity, ActivityCallStack parentChain, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList1& validationErrors) 場所 System.Activities.ActivityUtilities.CacheRootMetadata(Activity activity, LocationReferenceEnvironment hostEnvironment, ProcessActivityTreeOptions options, ProcessActivityCallback callback, IList1& validationErrors)
場所 System.Activities.WorkflowInspectionServices.d__3.MoveNext()
場所 System.Linq.Enumerable.d__172.MoveNext() 場所 System.Linq.Enumerable.<ConcatIterator>d__591.MoveNext()
場所 System.Linq.Enumerable.d__172.MoveNext() 場所 System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext()
場所 System.Linq.Enumerable.d__641.MoveNext() 場所 System.Linq.Buffer1…ctor(IEnumerable1 source) 場所 System.Linq.Enumerable.ToArray[TSource](IEnumerable1 source)
場所 UiPath.Executor.Tracking.TrackingHelpers.GetVariableNames(Activity activity)
場所 UiPath.Executor.Tracking.TrackingHelpers.TrackVariables(TrackingProfile profile, WorkflowInfo workflowInfo)
場所 UiPath.Executor.Tracking.DebugTrackingParticipant.RegisterWorkflow(WorkflowInfo workflowInfo)
場所 UiPath.Executor.DebuggerPlugin.UiPath.Executor.IDebuggerPlugin.RegisterWorkflowTracking(WorkflowInfo workflowInfo)
場所 UiPath.Executor.Tracking.WorkflowTracking.RegisterWorkflowTracking(WorkflowInfo workflowInfo)
場所 UiPath.Executor.WorkflowRuntime.RegisterWorkflow(WorkflowInfo workflowInfo)
場所 UiPath.Executor.RobotRunner.InitWorkflowApplication()
場所 UiPath.Executor.RobotRunner.d__86.MoveNext()

こんにちは

使用しているPresentaion packageのバージョンはいくつでしょうか?
また他にPowerPoint関連のアクティビティパッケージを入れていませんでしょうか?

使用しているPresentaion packageのバージョンはいくつでしょうか?
⇒UiPath.Presentations.Activities v1.1.5です

また他にPowerPoint関連のアクティビティパッケージを入れていませんでしょうか?
⇒UiPath.Powerpoint.Activities v0.1.0-preview
DocumentFormat.OpenXml v2.13.1
Microsoft.VisualStudio.OLE.Interop v17.0.0-previews-3-31605-261
SharpZipLib v1.3.2
※PowerPoint関連のアクティビティはすべて正常動作しています

こんにちは

これが原因のようです。

UiPath.Presentation.Activities packageがこれの後継(かつオフィシャルサポート対象)の
様に思えますので、UiPath.Powerpoint.Activitiesはアンインストールして、
UiPath.Presentation.Activities に一本化したほうが良いように思えます。

解決できました。
ご丁寧な回答、どうもありがとうございました。