Help

DATETIME_PARSE broken?

Topic Labels: Formulas
Solved
Jump to Solution
742 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Alyssa_Buchthal
7 - App Architect
7 - App Architect

I had a formula that was working until this week and has now broken for some reason. I looked into the basics (did the field names for the formula change, synced fields change, anything like that) but literally nothing about the components of the formula broke, so I’m unsure why it’s now resulting in #ERROR rather than the result. Formula below, it’s honestly incredibly basic. Any ideas for simple things I could be missing?

DATETIME_PARSE(ARRAYJOIN({Release Date_static}), ‘MM-DD-YYYY’)

Where {Release Date_static} is a lookup of a single line text field with a date in ‘YYYY-MM-DD’ format.

1 Solution

Accepted Solutions
Alyssa_Buchthal
7 - App Architect
7 - App Architect

This was a bug on AT’s part, required making a new formula field and re-typing formula manually (not just copying old formula field, which seemed to copy the bug as well).

See Solution in Thread

1 Reply 1
Alyssa_Buchthal
7 - App Architect
7 - App Architect

This was a bug on AT’s part, required making a new formula field and re-typing formula manually (not just copying old formula field, which seemed to copy the bug as well).