In my flow I am reading a Sharepoint list via Get Items. Then I perform a Select data operation. At this point I like to convert the Modified date by the formatdatetime function. But at this point the Modified date field is not available under Dynamic Content. Thanks for your help.
That worked. I had tried something similar but had typed it into the value field instead of the Expression area. Thank you very much!
Hi @peaches ,
Please try to use the expression to get Modified and format it:
formatDateTime(item()['Modified'],'MM/dd/yyyy')
Best Regards,
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional