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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Patch a date from a label
Power Apps
Answered

Patch a date from a label

(0) ShareShare
ReportReport
Posted on by 209

Hello,

 

I have a label in my powerapp which displays a date (Label26).  Is there a way i can use a patch function to get the date value out of that label and store it in a Sharepoint list in the 'LastDate' column?

The Patch function will be triggered with a Button if that makes any difference.

 

Thankyou in advance

Categories:
I have the same question (0)
  • panand99 Profile Picture
    641 on at

     

    you can use :

     

    Patch(ListName,LookUp(ListName,ID=1),{MasterDate:DateValue(lableDate.Text)})

     

    ID=1, is the document ID which u want to update

    lableDate is the lable form which date is written like - 30/12/2018

  • Station1901 Profile Picture
    209 on at

    Thanks for getting back to me.

     

    This the current statement I have

    Patch(Cars,LookUp(Cars,Callsign=Value(Label27.Text),{LastRota:Value(Label26.Text)}))

     Cars = List name

    Label27 holds the number of the vehicle of the record to update (ID).

    Label26 holds the date I need to patch into the LastRota column

     

    When the button is pressed it is just creating a new blank record in the Cars sharepoint list

     

    Any ideas?

  • panand99 Profile Picture
    641 on at

    Youhave to close your lookup formula with parenthesis .

     

    use this :

    Patch(Cars,LookUp(Cars,Callsign=Value(Label27.Text)),{LastRota:Value(Label26.Text)})

     

  • panand99 Profile Picture
    641 on at

    please accept my earlier reply as a solution if it works else let me know if any issues.

  • Station1901 Profile Picture
    209 on at

    Hi,


    I have tried this and now the Patch command doesn't apepar to be doing anything.  It has not updated the record I wanted and It hasn't created a blank record in my sharepoint list, i'm not sure what it has done.

  • Station1901 Profile Picture
    209 on at

    It is not showing any errors either

  • Verified answer
    panand99 Profile Picture
    641 on at

    Did you use 'DateValue' instead of 'Value' when trying to update date?

  • Station1901 Profile Picture
    209 on at

    Ive been stuck with this for sooo long.  Thankyou so much works like a charm now

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 291 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 282 Super User 2026 Season 1

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 195

Last 30 days Overall leaderboard