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);
@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).
@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.
User | Count |
---|---|
18 | |
9 | |
8 | |
5 | |
5 |
User | Count |
---|---|
31 | |
29 | |
18 | |
17 | |
4 |