I am trying to create a formula to have a result of the month name of a custom inputted date field. My formula is as follows, The formula result type is string. The date field value is 03/23/2020, I want the result to be March. The result I get is blank, no result,
Eventually I would like to write the formula to be a nested is statement for all the months.
If((Month(${Candidates.Start Date}))==3,'March','Error')
Thank you