POST
|
Hi It could possibly be the maxRecordCount variable of a feature service...
... View more
4 weeks ago
|
0
|
1
|
35
|
POST
|
Hi I would suggest you do the following: Capture a new record with your survey and attach all the possible attachments. Save and Synchronise the record back to AGOL Then open the Feature Layer of your survey in AGOL and go to the REST interface Query the attachments for your added record and verify that your KEYWORDS from your script matches the keywords in the newly captured record.
... View more
4 weeks ago
|
1
|
0
|
86
|
POST
|
Hi You can try using the indexed-repeat function to retrieve the previous repeat's values... indexed-repeat(${EndDate}, ${LeaseDates}, position(..)-1) This will fetch the previous repeat End Date and could then be populated in the current record's Start Date for instance. To add to a date you can reference Ismael's blog post: https://community.esri.com/t5/arcgis-survey123-blog/dates-and-time-in-survey123/ba-p/895528
... View more
4 weeks ago
|
0
|
0
|
273
|
IDEA
|
Hi Alfred If you have a signed in user on Survey123 (and not a public survey), then you can use JavaScript functions to do that, and more.
... View more
08-27-2025
11:49 PM
|
0
|
0
|
83
|
POST
|
Hi there Quick question - did you put AllowAdds / query in the esri::bind::parameters column of your repeats? https://community.esri.com/t5/arcgis-survey123-questions/can-allowupdates-and-allowadds-in-esri-bind/td-p/770982
... View more
08-27-2025
02:54 AM
|
0
|
1
|
66
|
POST
|
Hi I try to avoid using html coding in choice labels. I would suggest rather using different notes that you show/hide depending on the selected option? Hopefully that doesnt clutter your UI too much
... View more
08-27-2025
02:42 AM
|
0
|
0
|
44
|
POST
|
I tested the download from Windows quickly and it seems to work on my side. Are you doing it from your phone? Perhaps do a quick test over your company WiFi from your laptop and see if it works...
... View more
08-27-2025
02:40 AM
|
0
|
0
|
31
|
POST
|
Hi Alfred I wonder if it could be that it takes a few seconds to acquire satellites or pull a location from Wi-Fi/cell towers. If you take the photo too quickly, the photo may not get a tag?
... View more
08-27-2025
02:36 AM
|
0
|
1
|
85
|
POST
|
Hi I wonder if your photo is not getting squashed vertically because you are using bullets in your document. I would try to remove those bullets and see if that fixes the issue.
... View more
08-27-2025
02:31 AM
|
0
|
0
|
79
|
POST
|
Hi From what i can tell the current ArcGIS REST API does not support the ISOWeek function yet. And there doesnt seem to be anything planned regarding supporting it. I have a possible workaround for your problem... You can consider a "helper" survey with embedded links in it to open the Inbox of your survey in question. In my "helper" survey I open the Inbox with specific parameters such as the week number which you seem to be able to calculate within the survey (https://community.esri.com/t5/arcgis-survey123-questions/how-to-calculate-the-week-number-of-a-date/td-p/1217824) Once you have the week number you can build a URL to open your Inbox with a week number whereclause: concat('<a href="',concat("https://survey123.arcgis.app/?itemID=<itemid>&open=native&folder=inbox&update=true&download=true&q:where=WeekNumber=%27",${WeekNumber},"%27)"),'"><div style="color:blue"; >Retrieve Data for this week</a>') This assumes your WeekNumber field is a string - which you should be able to change to an integer in the URL if required
... View more
08-27-2025
02:17 AM
|
0
|
0
|
30
|
POST
|
Hi Have you tried to open Developer Tools in your browser to see if an error pops up? To show developer tools in your browser, you can use the keyboard shortcut F12 or Ctrl + Shift + I to open the main DevTools window
... View more
08-27-2025
02:04 AM
|
0
|
0
|
56
|
POST
|
Hi Have you maybe tried to test with the repeat appearance set to minimal? Have a look at this thread: https://community.esri.com/t5/arcgis-survey123-questions/survey123-empty-repeat-record-created-version-3-12/td-p/1040076 Hope that helps to figure it out...
... View more
08-27-2025
12:29 AM
|
0
|
1
|
94
|
IDEA
|
Maybe just capture some test data manually and delete it when you are done creating the report template?
... View more
08-26-2025
11:09 PM
|
0
|
0
|
204
|
POST
|
Hi Is that the actual url that you used? If it is then its wrong, there shouldnt be commas between the text components. This is the correct format: autocomplete search(concat('featurelayer?url=https://xyz.abc.com/server/rest/services/Sectors/FeatureServer/5') In addition you need to put in the choices the label and name fields that the query should return. So for instance: project_name ProjectID ProjectName These ProjectID and ProjectName fields must match fields in your feature layer.
... View more
08-26-2025
05:58 AM
|
1
|
0
|
274
|
IDEA
|
Hi Udo You could create a survey link specific for each person in the organisation and then email each person their own link... So perhaps pass in a unique UUID value and that same UUID field will have a unique index on it so that nobody can submit twice. Not sure if that will work for you.
... View more
08-20-2025
04:47 AM
|
0
|
0
|
112
|
Title | Kudos | Posted |
---|---|---|
1 | 4 weeks ago | |
1 | 08-26-2025 05:58 AM | |
1 | 08-17-2025 10:00 PM | |
1 | 08-15-2025 05:26 AM | |
1 | 07-29-2025 06:38 AM |
Online Status |
Offline
|
Date Last Visited |
4 weeks ago
|