Hi Everyone,
I think I just may need a second set of eyes on my code, I'm sure it's an oversight.
Patch(
DailyRepairDataTable,
EditDailyRepair.LastSubmit,
{
EditBy: User().FullName,
DateModified: Now(),
PreviousQTY: varPrevQTY
}
);
My data source is an excel file. When I substitute text for my variable 'varPrevQTY' I get the text I put to patch successfully into my excel table so I was thinking it could have been that my excel column was formatted "general" so I changed it to "Number". But that does not seem to have worked even after I remove and add back my excel data source to make sure everything is refreshed. Any ideas? Appreciate any feed back.