@Vijay-2791 Thanks for reaching out. You can leverage the below function expression. You can refer to Date and Time function .
formatDateTime(addDays(startOfMonth(utcNow()),-1),'MMMyyyy')
As today date is 4th Jan 2023 the output of the above expression is Dec2022
Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.