I’m using FME Form 2026.2. I have date and time strings that I need to convert into a date field in ArcGIS Online. It seems like this should be easy, but I can’t get it to work. What format does ArcGIS require to create a date field.
I create a new datetime attribute then write it to a AGOL Feature Service. The field is created in AGOL, but the value are null.
@ParseDateTime(@Value(LocationDate) @Value(LocationTime), %m/%d/%Y %H:%M,repair)


In ArcGIS Online all values are null.

I attached an FME workspace and CSV file to reproduce the issue. I searched for documentation and forum posts. I think that I’m missing something simple.
I must have a date field in AGOL because I’m creating a dashboard and need to filter dates.





