
Hi Team,
Can anyone help on this issue? I have just tried to create a DataTable using the C# code and I'm getting the error below.
Correlation Id: e81b62cf-148f-41ef-a211-106aa58d412b
Exception of type 'Microsoft.Flow.RPA.Desktop.Robin.DotNetEngine.Errors.DynamicOperationCompilationException' was thrown.: Microsoft.PowerPlatform.PowerAutomate.Desktop.Actions.SDK.ActionException: The type name 'DataTable' could not be found in the namespace 'System.Data'. This type has been forwarded to assembly 'System.Data.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly., The type name 'DataTable' could not be found in the namespace 'System.Data'. This type has been forwarded to assembly 'System.Data.Common, Version=0.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly. ---> Microsoft.Flow.RPA.Desktop.Robin.DotNetEngine.Errors.DynamicOperationCompilationException: Exception of type 'Microsoft.Flow.RPA.Desktop.Robin.DotNetEngine.Errors.DynamicOperationCompilationException' was thrown.
at Microsoft.Flow.RPA.Desktop.Robin.DotNetEngine.Core.DynamicOperationController.EnsureNoErrors(IEnumerable`1 diagnostics, String code)
at Microsoft.Flow.RPA.Desktop.Robin.DotNetEngine.Core.DynamicOperationController.Initialize(DynamicScriptOperationParams p)
at Microsoft.Flow.RPA.Desktop.Robin.DotNetEngine.Caching.OperationControllerCacheProxy.Initialize(DynamicScriptOperationParams p)
at Microsoft.Flow.RPA.Desktop.Modules.System.Actions.RunDotNetScript.Execute(ActionContext context)
--- End of inner exception stack trace ---
at Microsoft.Flow.RPA.Desktop.Modules.System.Actions.RunDotNetScript.Execute(ActionContext context)
at Microsoft.Flow.RPA.Desktop.Robin.Engine.Execution.ActionRunner.Run(IActionStatement statement, Dictionary`2 inputArguments, Dictionary`2 outputArguments)