Hallo,
ich habe folgenden flow erstellt.
1. In Microsoft Forms werden fragen beantwortet. Es gibt auch Fragen, welche man mit einem Datum beantwortet.
2. Power Automate Flow zieht Daten aus Forms und fügt sie mit Dokumenteneigenschaften in eine Word aus einer Sharepointbibliothek.
Ich habe die Spalten bereits als Datum eingestellt. Trotzdem wird auch die Uhrzeit in Word angezeigt?
Don't split dates!
Use parseDateTime() to convert dates from any local format.
Hi @agi55 ,
Do you want to display dates in SharePoint in ‘MM/dd/yyyy’?
Because the date column type of the SharePoint list is formatted as MM/dd/yyyy, you have to set dd. MM.yyyy to MM/dd/yyyy.
If so, I did a test for your reference.
In my scenario:
My SharePoint List Date Column:
My Flow:
concat(split(Date,'.')[1],'/',split(Date,'.')[0],'/',split(Date,'.')[2])
Best Regards,
Sunshine Gu
WarrenBelz
146,776
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,093
Most Valuable Professional