Hi everyone,
I'm getting an error in this formula tool within an IF statement and I'm not sure what's needed to correct the expression. Any ideas?
IF Contains([Join Time],'PM' OR 'AM')
THEN [Join Time]
ELSE DateTimeParse([Join Time],"%m/%d/%Y %k",)
ENDIF