Hi,
I want to patch a date value from Powerapps into SharePoint.
It shows as "April 23, 2020 "
in PowerApps and shoule be with date format "04/23/2020" in SharePoint.
The patch doesn't work as the code ...
StartDate: DateValue(Text(dateStartDate.SelectedDate),"mm/dd/yyyy")
Anyone can help this issue ? Thanks a lot !!!
Solved! Go to Solution.
Hi remove the datevalue:
Text(dateStartDate.SelectedDate,"mm/dd/yyyy")
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi @lindaisy ,
What is the data type of column you want to patch in SharePoint list?
If you patch the date to a Date type Column in SharePoint, there is no need to change the format, the date values that are submitted are always saved in the SharePoint date format.
If you just want the Date Picker show the same format with SharePoint, please modify the Format property of Date Picker to
"mm/dd/yyyy"
Sik
Hi remove the datevalue:
Text(dateStartDate.SelectedDate,"mm/dd/yyyy")
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
Hi @lindaisy ,
What is the data type of column you want to patch in SharePoint list?
If you patch the date to a Date type Column in SharePoint, there is no need to change the format, the date values that are submitted are always saved in the SharePoint date format.
If you just want the Date Picker show the same format with SharePoint, please modify the Format property of Date Picker to
"mm/dd/yyyy"
Sik
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
206 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
257 | |
158 | |
85 | |
79 | |
58 |