Hello All I'm very green when it comes to Power Automate. This is probably very simple for many, but for me its a struggle. I'm trying to get the Month and Year when I do my trigger.
I want the trigger Output to be (as an example): Nov2019
This is what i put in the expression: formatDateTime(convertFromUtc(adddays(utcNow(),-9),'Pacific Standard Time'),'MMM /yyyy'), but it spits out as Nov-19.
Any help would be appreciated.