Buen día, estoy usando Power Apps para crear una app integrada con un archivo de excel, sin embargo estoy teniendo problemas con la fecha. Tengo un error RFC 3339.
Inicialmente tengo una variable que busca un identificador especifico en mi archivo excel trayendo un registro, apartir de esto creo una coleccion con ciertos datos. El aplicativo es para registrar las fechas de ingreso y salida en la app y esto se va guardando en el excel. Sin embargo, con la función Now(), en la colección se guarda bien la fecha y hora pero en el excel la gurda con UTC y queda 5 horas después, no he podido arreglar este error, y por otro lado cuando consulto las fechas ingresadas me sale ese error RFC 3339.
He intentado con DateTimeValue, DateTime, pero no convierte esta fecha, ademas me sale que el valor "46099.6542", parece que el excel convierte la fecha a ese numero, pero no se como convertir este valor.
Agradezco de la colaboración o ayuda para resolver este problema.
Good morning,
I’m using Power Apps to create an app integrated with an Excel file, but I’m having issues with the date. I’m getting an RFC 3339 error.
First, I have a variable that searches for a specific identifier in my Excel file and retrieves a record; from there, I create a collection with certain data. The app is designed to record check-in and check-out dates, which are then saved to Excel. However, when using the Now() function, the date and time are saved correctly in the collection, but Excel saves them in UTC, resulting in a 5-hour time difference. I haven’t been able to fix this issue, and when I check the entered dates, I get the RFC 3339 error.
I’ve tried using DateTimeValue and DateTime, but they don’t convert this date. Additionally, I get the value “46099.6542”—it seems Excel converts the date to that number, but I don’t know how to convert this value.
I’d appreciate any collaboration or help in resolving this issue.