Now I have a flow that syncs any new office outlook events to a SharePoint list
In the list, I have the Month and Year columns(Single text type) I would like to make them get the Year and Month values from the start date column.
I inserted Apply to each step >> Compose for Year Expression>> Compose for Moth expression as below but I got error when I run the flow.
formatDateTime(triggerOutputs()?['body/start'],'MMMM')
formatDateTime(triggerOutputs()?['body/start'],'yyyy')

