POST
|
Try this: pulldata("@layer", "getValue","geometry", "https://services.arcgis.com/<itemid>/ArcGIS/rest/services/LayerName/FeatureServer/0?returnM=true", "1=1") You will then need to parse the m-values out of the return geometry string e.g {"hasM":true,"paths":[[[28.5962861994366,-26.7577827794361,2],[28.9478486986999,-26.6899854979254,3],[29.2474755858004,-26.8433642898105,1],[29.3673267430858,-27.1388337285969,4]]]} pulldata("@json", ${pull1}, "paths[0][0][2]") to get the first m-value
... View more
an hour ago
|
0
|
0
|
0
|
POST
|
Hi >we are unable to submit surveys Is this on the Survey123 field app? Maybe you could enable diagnostics and check in the log file if it is. >load the data in the Map Viewer. Go to your browser's menu. Then choose More Tools / Developer Tools (or equivalent for the browser you are using) Then see if you can see any errors in the log.
... View more
5 hours ago
|
0
|
0
|
9
|
POST
|
Hi Sue You can simply use the count-selected to check if the 2-point or 5-point deduction was done and then make the other deduction read only For instance - the group 15. -2 pts Drug and Chemical Control -2 points make this readonly if count-selected(${protection3_issues})>0 Then for group 15. -5 pts Drug and Chemical Control -5 points make this readonly if count-selected(${protection2_issues})>0
... View more
5 hours ago
|
0
|
0
|
15
|
POST
|
Hi It could possibly be the maxRecordCount variable of a feature service...
... View more
a month ago
|
0
|
1
|
36
|
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
a month ago
|
1
|
0
|
87
|
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
a month 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
|
88
|
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
|
86
|
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
|
81
|
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
|
32
|
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
|
97
|
Title | Kudos | Posted |
---|---|---|
1 | a month 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 |
Online
|
Date Last Visited |
an hour ago
|