How do I use a Windmill Postgres script to insert a date field?
I tried this script, and it fails with the error message:
ExecutionError: error serializing parameter 2: cannot convert between the Rust type
alloc::string::String and the Postgres type
date``
1 Reply
Yes you have to type the date like you did the other fields