web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Date Picker Populate T...
Power Apps
Answered

Date Picker Populate Two Columns

(0) ShareShare
ReportReport
Posted on by 394 Super User 2024 Season 1

Dear All,

 

I have a date picker which I want to use to add a date to two date fields / columns in SharePoint.

 

How can I do this?

 

Thanks

 

Daniel

Categories:
I have the same question (0)
  • Rajkumar_M Profile Picture
    3,747 Moderator on at

    Hi @DLCaterhamSch 

     

    Try this formula 

     

    Sharepoint column must be date and time data type.


    On the OnSelect property of the button/control,

     

    Patch(
    'YourSharePointList',
    {
    ID: YourRecordID,
    DateField1: DatePicker1.SelectedDate,
    DateField2: DatePicker1.SelectedDate
    }
    )

     

    Thanks!

     

    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.

  • Verified answer
    AARON_C Profile Picture
    2,235 Most Valuable Professional on at

    Hi @DLCaterhamSch,

     

    If you are wanting this date picker to populate fields in a form then you can try this.
    For a date field, set the DefaultDate property to:

    DatePicker1.SelectedDate

     

    or 

     

    For a text field, set the Default property to:

    Text(DatePicker1.SelectedDate)

     

    Please tick Accept as solution if the answer is useful.

    Thanks,

    @AARON_C 

     

  • DLCaterhamSch Profile Picture
    394 Super User 2024 Season 1 on at

    Thats spot on, thank you!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 421 Most Valuable Professional

#2
11manish Profile Picture

11manish 153 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 116 Super User 2026 Season 2

Last 30 days Overall leaderboard