Appian month to text conversion issue I am using this command month(today()) ---> it print current month
after this i am plan to convert this as a text format like
text(month(today()),"MMM") my output is something different
let me know the cause of this
Discussion posts and replies are publicly visible
satheeshkannank0001 Can you please tell us what do you want as a output?If you want to print month i would suggest you to use text(today(), "MMM")