<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Integer field is truncated when the survey is saved then edited in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783724#M6713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please capture a log of the behavior and upload it to this thread?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/troubleshootcreatesurveys.htm#ESRI_SECTION1_0031AE063A204166838FB5C37828606D" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/troubleshootcreatesurveys.htm#ESRI_SECTION1_0031AE063A204166838FB5C37828606D"&gt;Troubleshoot—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the option to log message to a file.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;To capture messages to a file, click the Logging switch to enable logging. When no AppStudio console is selected, the Log output location text box is automatically populated with the default log file location.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2019 20:40:26 GMT</pubDate>
    <dc:creator>BrandonArmstrong</dc:creator>
    <dc:date>2019-02-07T20:40:26Z</dc:date>
    <item>
      <title>Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783718#M6707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an integer field in a survey that is used to store an 8-digit 'ID' field - e.g. 12345678. However if the user collects some values including the ID, closes the survey without sending, then re-opens it to edit/complete the survey, commas are added to the ID, the value is truncated, and the value shows as invalid - i.e. the ID above would be now show as 12,345,67 and would be in red text. (see attached).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I understand that this is because of the 9-character integer field limitation, but as far as I can tell this is new behaviour (or the survey team have changed their workflow...). Is there a way to stop this happening? We have already collected &amp;gt;1000 surveys using this form so I want to avoid changing the ID field to text if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2019 11:44:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783718#M6707</guid>
      <dc:creator>GrahamStobie1</dc:creator>
      <dc:date>2019-02-05T11:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783719#M6708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Graham,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This issue is occurring as from 3.1 onwards in the field app we now honour and apply locale formatting correctly based on the system locale of the device or set in the survey, previously a bug was preventing this occurring properly, especially for those that use different locale formatting for numbers. So the use of comma thousand separators and decimal places or decimal comma are being applied after values are entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the case of integer and decimal fields, a field length should never be set on these field types, this is actually a database limitation as it isn't applicable to integer/decimal fields, the field length setting should only be applied to string/text fields from a database perspective. Whilst in the past this may have worked in the field app, it will now cause the data to be truncated if more than 3 numbers which is the correct behaviour once the commas are added to the thousand separators.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The correct way to limit a integer or decimal field is to use an input mask, for example if you use 9999 the integer field will be limited to 4 numbers on input, and the locale formatting will be ignored and not applied when input mask is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 11:57:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783719#M6708</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-02-07T11:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783720#M6709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm having a similar issue since downloading Survey123 version 3.2.265. My surveys (that were working fine) now return an 'Invalid integer value' error that prevents completed surveys from being submitted. The application is reformatting my integer fields to include commas that previously did not exist.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this due to the same issue mentioned above? I am not setting any field length or field type parameters. I do use pulldata function on some integer fields and default values on others (again, all were working in previous versions). Is there a way to get rid of the commas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Invalid integer value" class="image-1 jive-image" height="271" src="https://community.esri.com/legacyfs/online/436794_Error2.PNG" width="407" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 15:51:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783720#M6709</guid>
      <dc:creator>AdamDaily</dc:creator>
      <dc:date>2019-02-07T15:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783721#M6710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying, but I still think there is a problem here along the lines described by Adam. I've set up a test survey with only an integer field - no masks/ constraints etc. When completing the survey you can type in an 8-digit int - e.g. 12345678 - and if you send immediately it is correctly stored in the feature service. However if you choose to Send Later, then re-open the survey to edit it (e.g. to add in more details at a different location) the integer field is in red and shows as 12,345,67 with the last value truncated and the commas meaning an 'Invalid Integer Warning' is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way around this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again&lt;/P&gt;&lt;P&gt;Graham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 16:18:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783721#M6710</guid>
      <dc:creator>GrahamStobie1</dc:creator>
      <dc:date>2019-02-07T16:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783722#M6711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update...so I've added a Mask and that does solve the problem - I don't really need to limit the field, but this gets round the problem of commas being added to a 'saved draft' in the app.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adam - if you've not done this before you basically just need to add something like "99999999" to the "body::esri::inputMask" field in the survey design spreadsheet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 16:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783722#M6711</guid>
      <dc:creator>GrahamStobie1</dc:creator>
      <dc:date>2019-02-07T16:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783723#M6712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that and while the masking seems to fix the invalid integer error, I'm now having other problems. From a field phone, we were able to submit 1 survey and thought the issue had been fixed. On the 2nd survey, the app crashes. Now it crashes every time we try to open Survey. I went back into Survey Connect to look at it, and now Survey Connect on my desktop crashes every time I try to open it. &lt;IMG alt="" class="image-1 jive-image" height="395" src="https://community.esri.com/legacyfs/online/436824_error3.PNG" width="511" /&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 19:32:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783723#M6712</guid>
      <dc:creator>AdamDaily</dc:creator>
      <dc:date>2019-02-07T19:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783724#M6713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please capture a log of the behavior and upload it to this thread?&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/troubleshootcreatesurveys.htm#ESRI_SECTION1_0031AE063A204166838FB5C37828606D" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/troubleshootcreatesurveys.htm#ESRI_SECTION1_0031AE063A204166838FB5C37828606D"&gt;Troubleshoot—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose the option to log message to a file.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;To capture messages to a file, click the Logging switch to enable logging. When no AppStudio console is selected, the Log output location text box is automatically populated with the default log file location.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 20:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783724#M6713</guid>
      <dc:creator>BrandonArmstrong</dc:creator>
      <dc:date>2019-02-07T20:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783725#M6714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you change the schema or remove the field length setting or any other to changes at same time as changing input mask?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest with any changes such as these that you test them on a copy of the survey (not your production survey) to ensure there is no data loss or issues with your production survey that other users may be using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 22:41:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783725#M6714</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-02-07T22:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783726#M6715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only change was to the input mask. Does the length matter if the field values vary? 123 vs 123456 - should the mask be maxed out to # of allowable place holders of an integer field in the database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My best guess to the crashing would be integer fields using pulldata function from .csv files in the media folder. Survey Connect crashed multiple times, so I created a new survey from my existing excel file. It seemed to work initially. Then I copied my tables over to the media folder, and on refreshing survey connect, it began crashing again. These tables have not changed and have been working in my surveys &amp;amp; previous Survey123 versions for over a year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm pulling log files from our field crews mobile phones and will send those over to the thread you posted above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2019 23:04:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783726#M6715</guid>
      <dc:creator>AdamDaily</dc:creator>
      <dc:date>2019-02-07T23:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783727#M6716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Philip, I attached several log files from both our field crews phones when collecting in Survey, and from my desktop using Connect.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2019 15:53:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783727#M6716</guid>
      <dc:creator>AdamDaily</dc:creator>
      <dc:date>2019-02-08T15:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783728#M6717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a look at the log file and can not see anything too obvious to explain why Connect crashes. Can you share your xlsx file and any csv files in media folder? I would like to try and reproduce the issue on my machine and have a more in depth look at your survey and the expressions you are using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 10 Feb 2019 22:25:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783728#M6717</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2019-02-10T22:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783729#M6718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Philip, I found the error in here, please disregard. I've got it working now. Thank you.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2019 21:48:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783729#M6718</guid>
      <dc:creator>AdamDaily</dc:creator>
      <dc:date>2019-02-11T21:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783730#M6719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do you account for variation in attribute length? So a mask of "9999" works for a 4 digit number, but if the values in this field vary up to say 6 digits, this will not work for a 5 or 6 digit number. That goes the other way as well, so a "999999" mask will work for a 6 digit number, but will not work when entering only a 4 digit number. What is the correct format for different length values into an integer field when having to use inputMask?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 18:48:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783730#M6719</guid>
      <dc:creator>AdamDaily</dc:creator>
      <dc:date>2019-02-14T18:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783731#M6720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The&lt;A href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/esricustomcolumns.htm#ESRI_SECTION1_2D9AA8F82B714D7DB922D766E56FF3F6"&gt; Input Mask specification&lt;/A&gt; supports defining a permitted but not required character - in the case of numbers, use a '0' instead of a '9'.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 20:50:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783731#M6720</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-02-14T20:50:14Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783732#M6721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The masking does not seem to function as indicated by the table. "0" reacts the same way "9" does, only permitting a specific number of input characters, "0000" for exactly/only a 4 digit number. "0" is also stored as a text value if more than one is used. Converting "0000" to number changes it back to a single "0", which does not work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried "n" and "x" and "#" as well with the same results (only works when the number matches exactly the number of input characters. Example: value "8200",&amp;nbsp; inputMask "9999","nnnn", or "xxxxx" work (add 1 "x" for the comma). &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;If my formula is shorter than "nnn" for "8200", the last 0 gets cut off. If it is longer, "99999", the program returns&amp;nbsp;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px; word-wrap: break-word;"&gt;"Invalid Integer" error.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2019 22:34:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783732#M6721</guid>
      <dc:creator>AdamDaily</dc:creator>
      <dc:date>2019-02-14T22:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Integer field is truncated when the survey is saved then edited</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783733#M6722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Excel sheet, remember to specify that this a text string of 0's - the easiest way to do that is to prepend the string with an apostrophe (i.e., '000000 ) - this works for me to submit a 4 digit text string&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 00:32:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/integer-field-is-truncated-when-the-survey-is/m-p/783733#M6722</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2019-02-21T00:32:39Z</dc:date>
    </item>
  </channel>
</rss>

