Hey Tasha,
Thanks for having the time to reply, but I as using similar solution, and indeed it works when the field is empty, but it doesn't seem to like UTC:
Imgur - Svar utc date
However, if I change to edit the current date, which is in format 'YYYY-MM-DD', it crashes:
Imgur - crash 1
Imgur - crash 2
Currently data comes in JSON and each row is like this:
{
"actual_price": null,
"area": "Firewalls",
"certs_included": false,
"comment": null,
"created_by": "someone",
"creation_date": "2025-09-19",
"date": "2025-09-19",
"duration": null,
"engineer": "a jack of all trades",
"estimated_price": 100,
"fy": "25",
"id": 157,
"modified_by": null,
"modified_in": "2025-09-19",
"priority": 3,
"status": null,
"technology": "tech",
"training_name": "training_name",
"type": "cert"
}
Many thanks,
Daniel F.