the date data suddenly changes, does not match the data on the google sheet

after edit data in google apps form, my data date suddenly change in my view. 1 Aug 2023 change to 8 jan 2023.

Screenshot_20230813-234814.png

 i check data in google sheet is no problem.

Screenshot_20230813-234635.png

is this bug? or must always sync before editing?

this is big problem for me, because if user forget to sync, editing form get data from view, not from google sheet, if user not careful and save the form, the wrong date saved to google sheet. please help me.

sorry if my english is bad.

Solved Solved
0 12 373
1 ACCEPTED SOLUTION

that is the problem, user must always sync before editing. should I remove all data validation on my gSheet? my gsheet have formula to calculate aging (DAYS function).

I will try to remove that formula first. thank you sir.

View solution in original post

12 REPLIES 12

It sounds your locale settings don't match between the app's table definitions and gSheet's settings.

thanks for your respon sir.

can you tell me how to setting locale apps table?

Through table settings.. 

AleksiAlkio_0-1691995561115.png

 

update sir,

my locale is same beetween appsheet and google sheet

beckymargajaya_0-1691995676524.pngbeckymargajaya_1-1691995714565.png

 

Have you checked all tables from your app?

my app using two table, and all table have the same local settings.

When you are adding a new record, and I assume you have the initial value set with TODAY(), does the date work just fine with all devices?

yes sir, that work just fine.

beckymargajaya_0-1692000826653.pngbeckymargajaya_1-1692000909536.png

 

1. this is my data in the begining:

beckymargajaya_1-1692001927938.png

2. now, i try to add new record by clicking add button.

beckymargajaya_2-1692001994654.png

today() function is working fine here.

3. now i want to save this data:

beckymargajaya_3-1692002152132.png

everything is normal here, data automaticaly show withtout sinc and without any errors.

beckymargajaya_6-1692003055215.png

4. then I click the status button to check my data status.

beckymargajaya_7-1692003241704.png

everything work fine, from here I need update my data by clicking "BELUM FOTO EPOXY" button.

beckymargajaya_8-1692003711026.png

everything is good, and I click that table to edit the data.

beckymargajaya_9-1692003898267.png

edit form opened with valid data.

I just change field "Foto Epoxy" here, and save the data

beckymargajaya_10-1692004032262.pngbeckymargajaya_11-1692004103682.png

everything normal, there is no data with False value in the field.

the I go back to check "case open" menu to view all data.

look what is happening???

beckymargajaya_12-1692004371658.png

my date data suddenly changed.

then I check to my gSheets, everything is normal.

beckymargajaya_13-1692004531178.png

this is dangerous for me, because if user not sync, and click that data to editing, the edit form will opened with invalid data. (check the date value) 

beckymargajaya_14-1692004676815.png

and if user not careful then click save button, the wrong data saved to gSheets.

I hope there is solution for this.

 

 

 

 

One of your printscreens shows "Sync to complete" which means that you have a sheet formula in your gSheet the app is waiting to complete with the sync.What that formula is doing? Is it there by mistake?

that is the problem, user must always sync before editing. should I remove all data validation on my gSheet? my gsheet have formula to calculate aging (DAYS function).

I will try to remove that formula first. thank you sir.

Yes, that's a normal behavior. When you save (write) something with the app, first it writes the data, then it calculates all sheet formulas, and then it syncs that data to user's device. If you don't sync at least on the background, the calculation is not shown properly.

It would be better to calculate those numbers with app formulas.

Top Labels in this Space