Skip to main content
Solved

DATETIME_PARSE broken?

  • March 16, 2022
  • 1 reply
  • 18 views

Forum|alt.badge.img+13

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.

Best answer by Alyssa_Buchthal

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).

1 reply

Forum|alt.badge.img+13
  • Author
  • Inspiring
  • Answer
  • March 16, 2022

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).