UiPathPython PrettyTable Compatible issue

Hi Team,
I am getting a Python output as shown in the image and data type of table is prettytable. Can i access this table in UiPath using Get Python Method? I tried providing data type as datatable to Get Python Method but it threw the error.
image
image

@Athul_AK

Can you check the inner exception details from exception details in the local panel when running in debug mode…that would provide more info …

Also if you can provide a sample code that would be helpful

Cheers


@Athul_AK

Object reference comes when the variable is null…can you check if it is actually returning the table

Cheers