Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Unanswered

Date Field Wont Patch

(0) ShareShare
ReportReport
Posted on by 239

 

Hi, 

 

The only field that I can't get to Patch is the Signature Date. In my Dataverse table it is setup as a date only type. 

 

Thanks

 

 

Patch(
 'Travel Reimbursements',
 LookUp(
 'Travel Reimbursements',
 cr0d7_travelid = TravelSelection
 ),
 {
 TravelID: TravelSelection,
 Name: "Sig",
 'Signature Date': DateValue(SigDate_1.SelectedDate),
 Signature: SigInput_1.Image,
 'Mil Reimbursement Amount': TotalMilesCost,
 'Total Expenses': ExpensesValue,
 'Total Reimbursement Amount': LabelREexpenses,
 'Travel Status': 2
 }
);
Refresh('Travel Reimbursements');
Reset(TravelGallery);
Navigate('Home Screen');
Reset(SigInput_1);

 

 

Categories:
  • GF-02121351-0 Profile Picture
    239 on at
    Re: Date Field Wont Patch

    @gowrihalan04 Date: SigDate_1.SelectedDate did not work, and I can't get the Date Function to not give an error. Can you show me how I would write it? I am very new to Power Apps. 

  • Gowri Halan Profile Picture
    262 on at
    Re: Date Field Wont Patch

    @gfeldhake if signature Date is date picker, then pass the value directly without DateValue function. Something like below

    Date: SigDate_1.SelectedDate.

    If it dosent work then use Date function.

    Like Date(yyyy,mm,dd).

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

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 1

Featured topics