Hi all,
I’m trying to build a formula field that only displays the dates of records that have “Event”.

My formula is:
IF(FIND(“Event”,Name)>=1,DATETIME_PARSE(Date),"")
My FIND() condition works, but outputs the ISO date format of {date}. My goal is to output the format exactly as it is in {date}, a date object.
Anyone know what I’m missing from my formula?
E.g. 2020-02-25T00:00:00.000Z should be 25/2/2020.
Thanks all.

