Obtener hora de sincronización

Hola Comunidad.

Tengo un aplicación en marcha, el cual, por temas de cobertura móvil en mi zona se trabaja modo offline y por ende todo los registros están almacenados en memoria cuando regresamos a la zona con cobertura procedemos hacer la sincronización de la aplicación, en este punto, hay alguna forma de obtener la hora en que están haciendo la sincronización?

De antemano muchas gracias!

0 5 82
5 REPLIES 5

Hey man,

here is a good overview for that:
https://support.google.com/appsheet/answer/10107724?hl=en#offline-mode

Cheers

Hola @Denny774 muy buena la ayuda brindada, pero no logro aclarar o dar solución a mi necesidad, tendrás otro aporte para mi necesidad?

De antemano te lo agradezco mucho!

Hola @AleksiAlkio @Markus_Malessa quizás ustedes podrían ayudarme por favor.

Muchas gracias!

You should be able to use Bot for this purpose.. writing into your DateTime column with NOW().

I would agree with  @AleksiAlkio , if you have columns for CreatedDateTime then your initial value for that should be NOW(). But if you have an additional column for SyncDateTime the initial value should not be set and you should use a Bot for data change > add only then for the task set a value for a column > select the correct column and in the value field set NOW (). This is untested on my side, but realistically this bot should not execute until the data is written to the Appsheet backend.

Top Labels in this Space