|
POST
|
Hello @Arnaud_Brival, Thank you for passing along the XLSForm and CSV! In taking a look at the CSV there are duplicate column headers, column O and column AA both have the header "Training". I changed column O to "Deep_Water_Training" (for example), resaved the CSV, and it looked like the pulldata() function was working on my end. Thank you, Zach
... View more
04-21-2021
06:51 PM
|
0
|
1
|
6342
|
|
POST
|
Hello @danbecker, It looks like the app link for Field Maps is https://fieldmaps.arcgis.app. Please use this link for reference regarding the Field Maps documentation for app links: https://doc.arcgis.com/en/field-maps/ios/help/deploy-your-map.htm I'll create an issue in our documentation repo now to add the Field Maps link to our documentation. Thank you, Zach
... View more
04-19-2021
04:30 PM
|
1
|
3
|
3318
|
|
POST
|
Hello @KerryKang, You don't need to do step 3 in the workflow above. I would actually advise against doing step 3, just as Lee was seeing in the other Esri Community post what was happening was the update media folder script was working with a separate CSV than the linked one and when the script extracted the ArcGIS Online Form Items media folder it added the current timestamp the script was running to the file modify time. Since there was an older version of the linked CSV in the ArcGIS Online Form Items media folder the field app thought it was working with the most recent version due to the time stamp, although it was using an older version. If you removed the linked CSV from the media folder and republish the survey do you see the same behavior? Thank you, Zach
... View more
04-13-2021
03:18 PM
|
0
|
1
|
6086
|
|
POST
|
Hello @Ali_Hussein_Awad, Based on the error message it seems like the feature service was shared as reference and not copied to the ArcGIS Online environment. What's likely happening is Survey123 is passing along your ArcGIS Online token to the service, but since it's likely still referencing your ArcGIS Enterprise service the ArcGIS Enterprise organization is rejecting the ArcGIS Online token. One way to confirm is from the item details page for the ArcGIS Online item if you scroll to the bottom of the page there will be a REST URL. If you select that REST URL does the URL point to ArcGIS Online or your ArcGIS Enterprise Organization? If you share the feature service as a copy and it creates a new hosted feature service in ArcGIS Online that should work, or if you need it to point to the feature service from your ArcGIS Enterprise Organization I would suggest not sharing it through the collaboration but adding it as an item to your ArcGIS Online organization and storing the credentials. Thank you, Zach
... View more
04-12-2021
03:59 PM
|
0
|
0
|
912
|
|
POST
|
Hello @AndrewPadilla, Thank you for passing along the JS file and the other CSV files. I have tested on my end and they all seem to be working. Please let me know if there are any issues or errors encountered and I will be happy to take a look into them. Thank you, Zach
... View more
04-05-2021
03:50 PM
|
0
|
0
|
7794
|
|
POST
|
Hello @AndrewPadilla, Thank you for reaching out! I have taken a look at our Tech Support cases and believe I have found the case you had logged. Assuming the case I found is the correct one the issue with the Form 1 survey that was passed along is the pulldata() function was being used incorrectly. The XLSForm that was passed along has 5 values specified in the function when the function only takes 4. Please use these links for more information on the pulldata() function: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F3566F974734B55ECECD31C6CA91 https://community.esri.com/t5/arcgis-survey123-blog/use-existing-data-in-your-survey-the-pulldata-function/ba-p/896889 I have attached the modified sample form that is working on my end. As for the original survey that was attached to the case there was only 1 CSV file attached to the case, although it looks like the survey uses more. In the CSV file there are two columns with the same name "name", columns B and R. Once I had updated the column name for column R to Full_Name then the CSV file started working as expected. As for the issue with the JavaScript function I did not see a JS file attached to the case, but please feel free to reach out to me directly [email protected] and I'll be happy to look into it. We are currently working on documenting best practices when using CSV's for external choices and pulldata() functions. Thank you, Zach
... View more
04-02-2021
04:20 PM
|
0
|
2
|
7874
|
|
POST
|
Hello @KPyne, Thank you for passing along the CSV file. In looking at the CSV file columns BC and BL have the same column header (p_elbows_0_75in_B) which is causing a namespace error when trying to import the table in the SQLite database. As both columns looked the same I had removed column BL and it worked as expected. If there's data in column BL that is different renaming the column will also work. Thank you, Zach
... View more
04-02-2021
01:41 PM
|
0
|
1
|
6498
|
|
POST
|
Hello @ChrisMaclaurin, Thank you for passing along the survey! I have tested on my end and I have not been able to reproduce the same behavior. I've tested on an iPhone 8+ running IOS 14.4.2 and an iPhone 12 mini running IOS 14.4.1 and I was not able to repro on either device. I tested placing the device on airplane mode disabling the cellular and WiFi connections and the behavior did not occur. On your device are you using a VPN to connect to an internal network? Are you using ArcGIS Online or ArcGIS Enterprise, and do you have Enterprise log in's configured with your Organization? Thank you, Zach
... View more
04-01-2021
02:51 PM
|
0
|
0
|
2243
|
|
POST
|
Hello @TonyDaSilva1, Are you trying to publish to ArcGIS Online or an ArcGIS Enterprise Organization? Thank you, Zach
... View more
03-30-2021
07:18 PM
|
0
|
0
|
1388
|
|
POST
|
Hello @KerryKang, If your survey uses select_x_from_file and your choices are stored in a CSV file in the media folder we have a notebook (we are working on documentation for the workflow) that can be used to update that CSV in the media folder. If your choices are in the choices worksheet in the survey that is a bit more difficult as there are a number of steps that would need to be taken. We are working on supporting this workflow in the Survey123 module of the python API. At the moment the workflow that I would recommend would be to host a CSV for the choices in your ArcGIS Online content, use select_x_from_file in your survey, link the CSV from your Org content to the survey (please refer to this documentation: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformessentials.htm#ESRI_SECTION1_34A4D88BA6A64C48AA0E113DC61099DD), and then a script using the ArcGIS API for Python can be used to update the Org item CSV which will then auto update in the survey. I've attached a simple script that I've been using for testing the linked CSV workflow that uses the Python API. Thank you, Zach
... View more
03-30-2021
07:15 PM
|
2
|
8
|
6195
|
|
POST
|
Hello @DustyJordan , We have a defect logged for this behavior. The defect is BUG-000138199, the workaround for the defect is if there is a set number of leading 0's a character can be added to the prefix of the value (like ` for example) and the substr() function can be used to filter it out. Alternatively a comparison of the returned length can be done and zeros can be added where necessary. Something like: if(string-length(${r_code}) = 1, concat("000", string(${r_code})), if(string-length(${r_code}) = 2, concat("00", string(${r_code},....) Thank you, Zach
... View more
03-30-2021
02:53 PM
|
0
|
0
|
7906
|
|
POST
|
Hello @MichaelBrown4, If you use the script I had provided in the first comment on the post and only run the first 5 code cells (which will be up to and including the cell that extracts the zip file) in the unzipped folder that is created is the original CSV still in the media folder? Thank you, Zach
... View more
03-30-2021
02:01 PM
|
0
|
2
|
4093
|
|
POST
|
Hello @MichaelBrown4, What we determined happened was when the survey was originally published the linked CSV was included in the media folder. What was happening was the update media folder script was working with a separate CSV than the linked one and when the script extracted the ArcGIS Online Form Items media folder it added the current timestamp the script was running to the file modify time. Since there was an older version of the linked CSV in the ArcGIS Online Form Items media folder the field app thought it was working with the most recent version due to the time stamp, although it was using an older version. The suggested workflow was to removed the linked CSV from the media folder in Connect and republish the survey. That way the field app can handle resolving the timestamp differences with the linked CSV, and the timestamps for the content in the Form Item's Media folder would be independent from the linked CSV. Thank you, Zach
... View more
03-25-2021
02:37 PM
|
0
|
7
|
6180
|
|
POST
|
Hello @JovanaBurz, From the Survey123 featureReport REST API side of things a developer license isn't required any named user who is authorized to perform whatever task is requested can submit requests to the featureReport REST API. The biggest thing the featureReport REST API requires is a token from that user. In the sample app on GitHub I used a quick and dirty method of passing the token into the embedded URL. This isn't ideal because then that would require the token in the embedded URL to be updated every time it expires. Thank you, Zach
... View more
03-25-2021
02:32 PM
|
0
|
0
|
4393
|
|
POST
|
Hello @kkatashuk, Thank you for confirming an MDM is in the equation. I'm adding my colleague @Anonymous User for visibility, I've mainly seen issues with MDM's and ArcGIS Enterprise but this is the first I've seen with ArcGIS Online. A couple of additional things to check would be if the colleagues who are running into the issue, if their MDM profile is configured the same as yours. Also it may be helpful to check if IT needs to add www.arcgis.com to the allow list for the firewall on those users profile. May we also ask what MDM provider you are using? Thank you, Zach
... View more
03-25-2021
08:32 AM
|
0
|
1
|
4468
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM | |
| 1 | 11-04-2025 02:14 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|