Hi folks,
I have DataTable which I need to add to queue, it’s having approx 10k records, so it needs to be done by bulk add.
In one process it already works fine, but in another I’m not able to make it work. It’s throwing this error:
Could not determine JSON object type for type System.Data.DataTable.
System.ArgumentException:
RemoteException wrapping System.ArgumentException: Could not determine JSON object type for type System.Data.DataTable.
at UiPath.Core.Activities.TaskExtensions.ThrowIfNeeded(Task task,
Boolean suppresThrowException)
at UiPath.Core.Activities.Orchestrator.BaseOrchestratorClientActivity.ThrowIfNeeded(AsyncCodeActivityContext ctx,
Task task,
Boolean suppresThrowException)
at UiPath.Core.Activities.Orchestrator.BaseOrchestratorClientActivity1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result) at System.Activities.AsyncCodeActivity
1.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context,
IAsyncResult result)
at System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor,
BookmarkManager bookmarkManager)
Any idea, what might be root cause?