I have a flow that exports a csv file to one drive via flow as spreadsheet.
I have dates I want formatted as "mm/dd/yy", so I put date field in as Text(datefield,"mm/dd/yy")
When I open the created excel file, it shows "2/2/2022".
I expected "02/02/22".
When I export field as "mmm/dd/yy" it shows "Feb/01/22".
Any idea why mm/dd/yy does not work, but mmm/dd/yy does?
Thanks!