I have two apps, both utilize a patch function.
App 1 patch function works perfectly. App 2, the op hours isn't working. In both apps, the respective hours column are 'single lines of texts'.
- I've tried reformatting the patch to match app 1 exactly.
- Changing the hours column on app 2 to a number.
- Changing the function to collect
- Changing the patch function to Patch( SOURCE DATA, DEFAULTS(SOURCE DATE), Record: Update.....
At a loss and I've wasted a couple of hours on this
App 1
Patch('Dispensary Schedule Jack v1', {Status: "Completed"}, {Title: "Break-In"} , {Hours: Value(Caption2.Text)}, {'Dispense Date': Now()}, {Comments: DataCardValue103.Text});
APP 2
Patch(SOURCE DATA, {Order: "Break In", 'Delivery Date': Now(), 'Op Hours': Value(Caption2.Text), Comments: DataCardValue103.Text, Status: "Completed"});