Getting Date from PostgreSQL error
I am pulling data from PostgreSQL table into a CRM record via FLOW but the field is coming out empty. Need some suggestions:
Field Type in CRM: Date/Time
Field value in PostgreSQL: 2024-12-05 21:06:32.479
Field value in FLOW "Fetch Row": created : "2024-12-05T21:06:32.479382000",
Field value in FLOW "Create Module Entry": Invoice : "2024-12-05T21:06:32.479382000"
What am I doing wrong or missing? Driving me INSANE!!!!