Skip to main content

I am calling a DLL package written in C#, the return of this method is a DataTable. When i run the DLL configured output variable as table. it is throwing an exception. 

What is the best way to return a datatable.

 

Thanks,

Sarath.

Hi ​@sarathbabuk,

Have you already checked this ?

https://docs.automationanywhere.com/bundle/enterprise-v2019/page/enterprise-cloud/topics/aae-client/bot-creator/commands/cloud-run-dll.html

 

 

Cheers

Marc


yes, i checked it. DataTable will be returned in a string array. What i did is returned a dictionary with a json string. datatable converted to json.

Thanks,

Sarath.


Reply