Solved
Appian Date to text conversion
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

