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,
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2