|
POST
|
Hey @HariharNepal, Additional to @Neal_t_k's suggestion, you can change the WHERE clause in feature_object_ids = i.query(where="1=1", return_ids_only=True, order_by_fields='objectid ASC')
for j in range(len(feature_object_ids['objectIds'])): to be a specific survey. `where=1=1` will loop through all the records in the feature layer and download attachments for each one. If you only want one specific survey record you could set the where parameter to something like: where="objectid=1" - this will return just the survey record whose objectid is equal to 1 where="field_name = 'some_value'" - this will return zero to multiple surveys who have 'some_value' set in the attribute field called field_name You can get really intricate with the where expression, for more info see the Query (Feature Service/Layer) REST API doc topic.
... View more
04-15-2026
12:41 PM
|
0
|
0
|
731
|
|
POST
|
Hello @ChandraLala, In Connect please select the Files button and open the file in your content folder called <yourSurveyName>.webform If the contents of your webform file is a JSON error message that says "Error: Entity expansion limit exceeded: #### > 1000", this is a known issue with the 3.25 release and is logged as BUG-000183859. If this is also what you see on your end please feel free to reach out to Esri Technical Support so you can be attached to the defect and track progress.
... View more
03-27-2026
02:21 PM
|
0
|
1
|
2682
|
|
POST
|
Hey @IDEMuniMendoza, Thank you for verifying you're seeing the issue in the web app! For the first issue where you're not seeing the calculations run I see you commented on https://community.esri.com/t5/arcgis-survey123-questions/webforms-not-running-calculations/m-p/1692926#M65730 I think this is the same issue. If you try setting calculationMode=always under the bind::esri:parameters column for your "f_sin" and "f_act" questions does that work around the issue? On the second issue of data not submitting to the related table I don't believe I'm reproducing what I interpret as the scenario. I have a hosted feature layer with a parent layer and 3 related tables and when I create my survey based on that hosted feature layer the schema I see in Connect is: Which I believe is equivalent to your image 2. I removed table1 and table3 from my form design only leaving table2 and published the survey: When I submit a record in the Survey123 web app I do see the related records come through in table2 A couple of things to cross reference: How are your relationships configured? Are they GlobalID to GUID or GUID to GUID relationships? Are you using a hosted feature layer, or a non hosted feature layer from ArcGIS Enterprise?
... View more
03-27-2026
09:56 AM
|
0
|
0
|
1334
|
|
POST
|
Hello @IDEMuniMendoza, Can you please verify when you are submitting surveys are you using the Survey123 web app or the field app? On the second issue noted regarding the submission of related records is your survey configured with a submission_url?
... View more
03-27-2026
08:33 AM
|
0
|
2
|
1386
|
|
POST
|
Hello @ArthurMartinez, Did you author the survey in the Survey123 web designer or Survey123 Connect (desktop application)?
... View more
02-27-2026
03:21 PM
|
0
|
2
|
621
|
|
POST
|
Hey @RyanMullee, Check out the Hydrant Inspection or Manhole Inspection for ideas on how to model your data schema. They both follow a similar idea where irrigation heads are hydrants/manholes in the samples and their repeats are equivalent to incident reports. This UC presentation on Modeling Inspection Workflows may also be helpful. Additionally while the terminology in this Tech Support KB article is quite dated the concept of the workflow is still relevant and very powerful.
... View more
02-27-2026
03:19 PM
|
0
|
0
|
280
|
|
POST
|
Hello @TariqKing, If you are using a grid layout in one of your groups this is a known defect and is logged as BUG-000177843. You can work around this defect by downloading your survey in Survey123 Connect and moving all the generated_note_* note questions that are at the top of the survey worksheet to the end of the worksheet beneath all other questions. You will then need to republish the survey from Connect. Please note republishing the survey from Survey123 Connect will prevent future edits from the Survey123 web designer.
... View more
02-27-2026
02:55 PM
|
1
|
0
|
648
|
|
EVENT
|
Click Here to Register Join us on Thursday, February 19th, 2026 9:00am - 12:00 pm Pacific Time or Friday, February 20th, 2026 11:00am - 1:30 pm Australian Eastern Daylight Time to get hands on with our next generation ArcGIS Survey123 apps as well as new features coming to the Survey123 website and web app. The list of features planned for testing are: Next generation Survey123 mobile app & Connect Tabular repeats in next generation mobile app Authoring repeats in web designer Undo / redo operations in web designer Calculation mode in web designer & web app Option to hide published surveys from the Survey123 field app or web app We will provide an overview of the next generation apps accompanied by live demos, then you will be able test test them out! In preparation for this session, please ensure you are signed up for the Survey123 Early Adopter Community and accept the Terms of Use of the Esri Beta agreement. Your collaboration and feedback is greatly appreciated! Thank you!
... View more
02-04-2026
10:30 AM
|
0
|
0
|
417
|
|
EVENT
|
Hey @MatthewKing, Try this link: https://earlyadopter.esri.com/key/TNRT%20RFFW%20JBT9%20NVQC Do you see a difference using that link? If so I'll update the links in this post and on the registration survey. Thank you, Zach
... View more
12-18-2025
02:05 PM
|
0
|
0
|
2014
|
|
EVENT
|
Click Here to Register Join us on Thursday, January 22nd, 2026 9:00am - 12:00 pm Pacific Time or Friday, January 23rd, 2026 11:00am - 1:30 pm Australian Eastern Daylight Time to get hands on with our next generation ArcGIS Survey123 apps as well as new features coming to the Survey123 website and web app. This session will focus on the next generation Survey123 field app and Connect. Additionally new features coming to the web designer and web app will be tested. The list of features planned for testing are: Authoring repeats in web designer Undo / redo operations in web designer Calculation mode in web designer & web app Option to hide published surveys from the Survey123 field app or web app We will provide an overview of the next generation apps accompanied by live demos, then you will be able test test them out! In preparation for this session, please ensure you are signed up for the Survey123 Early Adopter Community and accept the Terms of Use of the Esri Beta agreement. Your collaboration and feedback is greatly appreciated! Thank you!
... View more
12-17-2025
01:51 PM
|
6
|
4
|
2112
|
|
POST
|
Hey @Carrie2025, Try running your notebook using the latest 2.4.2 version of the ArcGIS API for Python. This was logged as BUG-000179345. It looks like you're running your notebook in a hosted notebook, unfortunately the current runtime version for hosted notebooks uses Python API 2.4.1. At this time to test in 2.4.2 you would need to download the notebook and run in ArcGIS Pro 3.6 or a standalone Python environment.
... View more
11-24-2025
02:39 PM
|
0
|
0
|
1071
|
|
EVENT
|
Click Here to Register Join us on Thursday, November 20th, 2025 from 9am - 12:00pm Pacific Time or Friday, November 21st, 2025 from 11am - 1:30pm Australian Eastern Daylight Time to get hands on with our next generation ArcGIS Survey123 apps. This session will focus on the next generation Survey123 field app and Connect. We will provide an overview of the next generation apps accompanied by live demos, then you will be able test test them out! In preparation for this session, please ensure you are signed up for the Survey123 Early Adopter Community and accept the Terms of Use of the Esri Beta agreement. Your collaboration and feedback is greatly appreciated! Thank you!
... View more
11-04-2025
02:14 PM
|
1
|
0
|
438
|
|
EVENT
|
Click Here to Register Join us on Thursday, October 23rd, 2025 from 9am - 12:00pm Pacific Time to get hands on with our next generation ArcGIS Survey123 apps. This session will focus on the next generation Survey123 field app and Connect. We will provide an overview of the next generation apps accompanied by live demos, then you will be able test test them out! In preparation for this session, please ensure you are signed up for the Survey123 Early Adopter Community and accept the Terms of Use of the Esri Beta agreement. Your collaboration and feedback is greatly appreciated! Thank you!
... View more
10-15-2025
01:53 PM
|
1
|
1
|
538
|
|
POST
|
Hello @NataliyaLys, Check the Linked Content tab in Connect to see if you have any web maps that are linked to the survey, additionally if the source hosted feature layer is linked to the survey. Try unlinking the source hosted feature layer, or if there is a web map linked to the survey check the web map and switch the feature layer in the map from the source hosted feature layer to the feature layer view.
... View more
07-02-2025
09:20 AM
|
1
|
0
|
1143
|
|
POST
|
Hey @ChristopherCounsell, No additional requirements for relationships with other layers/tables not intended for use in Survey123. The thing to keep in mind is Connect has BUG-000120260 - Survey123 Connect for ArcGIS fails to publish a survey from an existing feature service when referencing a secondary related table, returning the error message: “Parent layer id _ not found for related table.” logged that is a consideration when building a schema intended for use as a submission_url in Survey123. Where this would come into play is say you had a schema of: Layer 1 Layer 2 Layer 3 Layer 1 has a 1:M relationship with Layer 3, and Layer 2 has a 1:M relationship with Layer 3. If you want to author a survey where the form_id is set to Layer 2 and Layer 3 is a repeat in the form design, this situation will run into the defect above as when Connect triages the feature layer it will incorrectly assume it should be using the Layer 1 to Layer 3 relationship causing the error message to display.
... View more
06-25-2025
09:34 AM
|
1
|
2
|
1928
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 06-04-2026 03:20 PM | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|