appTemplateVersion

I’ve encountered an error with the following properties:
Properties:
{
“TableName”: “Equipment Inventory”,
“tzOffset”: “420”,
“apiLevel”: “2”,
“isPreview”: “false”,
“checkCache”: “true”,
“locale”: “en-us”,
“appTemplateVersion”: “1.000224”,
“localVersion”: “1.000234”,
“timestamp”: “2021-09-17T16:06:25.276Z”,
“requestStartTime”: “2021-09-28T16:01:19.032Z”,
“lastSyncTime”: “2021-09-28T15:57:02.1120448Z”,
“appStartTime”: “2021-09-28T15:57:05.635Z”,
“dataStamp”: “2021-09-28T15:57:02.1120448Z”,
“clientId”: “d84efcb3-1203-4333-9019-ae7fc475115b”,
“build”: “deff35c70716c8574bd3-1632759718912-aaa359b9”,
“requestId”: “52894067”,
“mechanism”: “Form”,
“viewName”: “Equipment Inventory_Form”,
“AppTemplateVersion”: “1.000224”,
“RowSize”: 1149,
“AppTemplateName”: “c7706f60-f7d0-45e7-8c7c-698e6e4a079b”,
“Operation”: “Add row”,
“RecordType”: “Stop”,
"Errors": “Value ‘R401A-MP39’ in field ‘Refrigerant Type’ cannot be converted to type ‘Enum’.”,
“ReturnedFromCache”: false,
“Performance”: ",
“Result”: “Failure”
}

I’ve found plenty of posts suggesting I should change the column enum settings to allow other entries and this hasn’t solved the issue for me.

I noticed the user’s local version is the current version however the appTemplateVersion is an older version. Would this have anything to do with the error?

What exactly is the appTemplateVersion? I can’t find any information/documentation on the subject. I would assume it’s the structure of the app (Columns/data)

Best Regards

EDIT:

The user also has about 100 entries that won’t sync because the first entry has this error. I’m trying to resolve this issue without forcing the user to re-enter all of the records.

Solved Solved
0 3 315
1 ACCEPTED SOLUTION

Easiest one first

Put the App in recovery mode

This is normally where you have a ENUM with a suggested values formula, both “Allow other values” and “Auto-complete other values” unticked, but nothing or an invalid forumula in the Valid_IF box. Try setting the later to TRUE and see if it helps.

Simon@1minManager.com

View solution in original post

3 REPLIES 3

Easiest one first

Put the App in recovery mode

This is normally where you have a ENUM with a suggested values formula, both “Allow other values” and “Auto-complete other values” unticked, but nothing or an invalid forumula in the Valid_IF box. Try setting the later to TRUE and see if it helps.

Simon@1minManager.com

Looks like recovery mode has solved the problem. Thank you so much!

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Andrew_Douglass

In addition to what @1minManager said, be aware you may have a recovery folder in your drive with some recovery data file.
Please see here: section “Recovery Mode”

Top Labels in this Space