Data picker: start date and end date return 0 or null

I think you need to unwrap it from the missionAvailability… object, and send only the {startDate: … , endDate: …}

I think Xano is indeed expecting this format, ignore the time in it also, the point is, don’t wrap it again, just make an object with those two params.

In your example above you’re sending an object wrapped within an object

1 Like