|
POST
|
Hi. @Hammers211 I think @jcarlson meant the body::esri:visible column, as opposed to the appearance column. More details here: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-hidden-relevant-and/ba-p/1165842
... View more
11-04-2022
02:02 PM
|
0
|
0
|
1639
|
|
POST
|
Replace the WHERE statement in the URL as shown below for fruit='apple' var url = featureLayer + "/query?f=json&where=fruit='apple'&returnCountOnly=true"; Starting with the 3.16 release, you can also make use of the pulldata("@layer") function. Check: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415 https://community.esri.com/t5/arcgis-survey123-videos/survey123-tricks-of-the-trade-live-query-arcgis/m-p/1228072#M54
... View more
11-04-2022
01:57 PM
|
2
|
1
|
5781
|
|
POST
|
On November 2, 2022 we hosted an informal live session to go over the new pulldata("@layer") function we released in the Survey123 October 2022 update. Here you have the recording, the slides (Attached), some links and brief Q&A. Many thanks to all of you that joined the live session. If you want to submit feedback for this event, or suggest new topics, complete this survey Survey123 pulldata("@layer") blog: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415 Hep topic: https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_BB97985CAFB740EE8AEF99EFD6E238E3 Q&A: From Nicole. Does this work in the web and mobile apps? Yes, but only while connected. pulldata("@layer") does not work when offline From Ronofre. Can I use pulldata("@layer") against an SDE layer? Yes, as long as you first share your SDE layer through an ArcGIS Enterprise map or feature service. If publishing as a map service, make sure the feature capability is activated. From Johnathan. Do I need to federate my ArcGIS Enterprise feature service for this to work? Unless your ArcGIS Enterprise feature service is shared publicly, yes. Tiffany: How does this work with domains? If you query a field with a domain, you will get back the code, not the description. Brenda: Can I use repeats in the web app? Yes. You must author your form in Connect, then use the form in the web app. Shawn: Can I count the records in a table using pulldata("@layer"). Yes. Demonstrated in video. However, you should not use that to create a unique number because if people complete the form concurrently, you will get duplicates. Marcelo: Where do I get Survey123 Connect? Download it from the Microsoft store. Alternatively you can get the installer from here. Stanley: This is blowing my mind! Pablo: Could you please share the Xlsform of this demo at the end of the presentation? Find it attached below. Alain: Can I get the PPT? Yes, attached below. If you want to submit feedback for this event, or suggest new topics, complete this survey
... View more
11-02-2022
01:11 PM
|
9
|
5
|
16689
|
|
DOC
|
@LauraRobinson3 Report creation from Power Automate is planned for our December 2022 release.
... View more
10-31-2022
05:37 PM
|
0
|
0
|
6669
|
|
BLOG
|
@iHack For the 400 error, make sure you have the correct brackets and that the json is formed correctly. For the conversion, use the Make.com functions and operators as shown below. Do NOT use your keyboard to add the () or the mathematical operators. Use the Make.com functions and operators. Otherwise, you will get a NaN and then the updateFeatures call will fail.
... View more
10-31-2022
05:09 PM
|
2
|
0
|
6056
|
|
POST
|
Is the ManholeID a number or text? If text, the Manhole ID must be enclosed with quotes. pulldata("@layer", "getValue", "<json_path>",<url>, concat("MANHOLE_ID='", ${question1},"'"))
... View more
10-31-2022
03:59 PM
|
7
|
7
|
7473
|
|
POST
|
Did you try this? pulldata("@layer", "getValue", "<json_path>",<url>, concat("MANHOLE_ID=", ${question1}))
... View more
10-31-2022
02:13 PM
|
1
|
6
|
7489
|
|
POST
|
It does not look like you did anything wrong with the form design. This is likely a problem in the Survey123 web app. Can you share a link to your survey? If you do not want to share here in Esri Community, please open a Tech Support Incident.
... View more
10-31-2022
09:23 AM
|
0
|
0
|
962
|
|
POST
|
Sorry @OsamaOthman Survey123 does not support collecting multi-part geometries.
... View more
10-30-2022
01:33 PM
|
1
|
2
|
2469
|
|
POST
|
You need to enable attachments on your layer before you can add an image question to your form: ArcGIS Online: https://doc.arcgis.com/es/arcgis-online/manage-data/manage-hosted-feature-layers.htm#ESRI_SECTION1_3FA256DBA3D94BBB9F21CA1481E656E3 ArcGIS Pro: https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/enable-attachments.htm
... View more
10-28-2022
08:45 AM
|
1
|
0
|
1547
|
|
POST
|
Hi @lmotta_ibama It does not matter what tool (Survey123 Connect or the web designer) you use to create a survey; your surveys can be opened in a web browser and through the Survey123 mobile and desktop apps. Author your second survey in Survey123 Connect, and then open your survey in a web browser or add it to an Experience Builder app. You cannot build a survey on top of an existing layer using the web designer. You must use Survey123 Connect for that.
... View more
10-28-2022
08:40 AM
|
1
|
0
|
2024
|
|
BLOG
|
@lmelendez_ADMIN I just updated the video with more instructions to help you setup Survey123 templates. Hope it helps.
... View more
10-27-2022
12:52 PM
|
3
|
0
|
3145
|
|
POST
|
@lmelendez_ADMIN Video updated at: https://community.esri.com/t5/arcgis-survey123-blog/what-s-new-in-arcgis-survey123-web-designer/ba-p/1225789 Hope this helps.
... View more
10-27-2022
12:43 PM
|
1
|
0
|
1313
|
|
POST
|
@lmelendez_ADMIN I will record a new video with more step by step instructions. Stay tuned, I will post here when available.
... View more
10-27-2022
10:13 AM
|
0
|
1
|
1344
|
|
POST
|
At the very end of the survey URL add ?hide=theme,footer,navbar For example: https://survey123.arcgis.com/share/<YOURITEMID>?hide=theme,footer,navbar More info here: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-web-form-url/ba-p/894722
... View more
10-27-2022
08:58 AM
|
0
|
3
|
1757
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-03-2021 09:03 AM | |
| 1 | 04-01-2022 12:48 PM | |
| 1 | 03-22-2022 08:44 AM | |
| 1 | 08-26-2021 02:43 PM | |
| 1 | 10-30-2019 10:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|