Is it possible to return the name of the month from a date?
I'm pulling the month from a timestamp and using it for creating a path to save files. I'd like to use the name of the month instead of the number.
I'm pulling the month with the formatDateTime function.
formatDateTime(triggerBody()?['receivedDateTime'],'MM')