When I patch to an excel worksheet, while testing during development all was fine. As soon as I published the app the patch function is brining dates in the following format in excel:
2021-06-22T20:57:07.240Z
My code is this:
Patch(
TimeSheetData,
LookUp(
TimeSheetData,
NEWID exactin NewIDVal
),
{Stop: Now()}
)
);
Any thoughts on how to correct this issue? It seems that it works sometimes, and then doesnt others.
Thanks,
Mike