Problem using Data Table with DateTime

Widgets & Design

I'm trying to load in DateTime fields to my data table, but every time attempt to do so I get an "Unexpected null value" on the widget. All other fields that aren't DateTime are working. I've also tried to use an expression to return the DateTime as a String without luck. Any suggestions? I didn't see anything in the Docs about not accepting DateTime. There's a default value on the variables too, and I made sure each row does have the field in question (order_start_time)

What have you tried so far?

When I remove the DateTime fields, the widget works. I've tried passing the DateTime into an expression to make it a String but there's no luck.

Did you check FlutterFlow's Documentation for this topic?
No