Dear experts,
I have a flow to get all the names of my sharepoint lists. Then it get the date out of the column "Datum" of the last row of all the lists. And send all the lists along with the last date to my email-address. And it works fine. Only I need the date to convert it to the right format. I know i have to use the Convert time zone connector. But i do not know where exacly to make the conversion in my flow:
Gr. P
Thnx, it works. Gr. P
Inside your Compose 2 for the Datum you can wrap the expression you currently have into a formatDateTime expression.
formatDateTime(last(outputs('Get_items')?['body/value'])?['Datum'], 'dd MMM yyyy')
------------------------------------------------------------------------------
If I have answered your question, please mark the post as Solved.
If you like my response, please consider giving it a Thumbs Up.
Michael E. Gernaey
179
Super User 2025 Season 1
David_MA
161
Super User 2025 Season 1
stampcoin
143