Add List of Datetime.dates to datatable

I am trying to add a list of datetime.dates to my data table in a column of type Simple Object

The following code is how I tried to do it

image

here is the error:

The Top <class ‘list’> is a result of printing out the type of delivery dates

Here is the list printed out:

image

I believe that’s because the Simple Object is JSON and not python. I think the only workaround is converting the datetime objects to strings.

3 Likes

I was hoping that wasn’t the answer lol.

Thank you.

1 Like