|
POST
|
Update. As of version 3.18 you can now set the barcode format/s to scan and the performance/accuracy of barcode scanning has been greatly improved. More info in this new help topic: https://doc.arcgis.com/en/survey123/desktop/create-surveys/barcodes.htm
... View more
07-08-2023
07:20 PM
|
0
|
0
|
1670
|
|
POST
|
Hi. If you have a single barcode question, there is no way you can tell if the data in it comes from the barcode scanner or manual input. However, you could do this: Add a barcode question and set its appearance to minimal. This will remove the textbox so users cannot manually enter data in it Add a second text question and calculate it so it always shows the value from the barcode question If the user scans the barcode, the text question will get data from the barcode. The barcode question will ALSO have the barcode data in it. That's how you can tell. If the user does not scan the barcode, manual entry will be needed and the barcode question will have no data. Attaching an example for more clarity.
... View more
07-08-2023
02:09 PM
|
1
|
1
|
1626
|
|
POST
|
@DevinCarlson I think a 'condition' should help here. Check: https://learn.microsoft.com/en-us/power-automate/add-condition
... View more
07-07-2023
08:24 AM
|
1
|
1
|
21453
|
|
POST
|
Sorry. Not possible. You need to upload the photos using a File or Image question.
... View more
07-06-2023
02:55 PM
|
0
|
1
|
1085
|
|
POST
|
I think this could be done by adding extra parameters to the URL as described in the Request Parameters section of this help topic. For example: pulldata("@layer", "getValueAt", "attributes.dateCollected", "<yourFLURL>/0?orderByFields=dateCollected DESC&resultOffset=1", ${Location}) Note that the URL includes a ? sign and then extra parameters to refine the query: sort by date in descending order and return only one record. That would give you the record with the most recent dateCollected date. Hope this helps.
... View more
07-06-2023
02:54 PM
|
0
|
1
|
1791
|
|
POST
|
Hi @KhemAryal Check the output of the Create Report tool. I bet the problem is there. For some reason, the PDF could not be created and then the next module fails because a required input for it is empty. Looking at the Create Report parameters (the WHERE clause in particular) is important to diagnose the problem. I am guessing that the WHERE clause you included is not returning records. No records, no PDF... nothing to upload.
... View more
07-06-2023
01:45 PM
|
1
|
1
|
21883
|
|
EVENT
|
Recording, slides and Q&A now available: https://community.esri.com/t5/arcgis-survey123-videos/survey123-tricks-of-the-trade-live-automate/td-p/1306311
... View more
07-06-2023
11:57 AM
|
1
|
0
|
6141
|
|
POST
|
On July 6, 2023 we recorded a Tricks of the Trade session covering Survey123 report automation with Microsoft Power Automate. Thanks to all attendees! In this post you will find the recording, resources and Q&A. Highlights Survey123 includes a report service. With it, you can create beautiful PDF reports including maps, photos, tables and more. Build your own reports for compliance, to document the work you do, to share information with stakeholders in a format they are familiar with or simply to create high quality printable documents. If you are not familiar with Survey123 reports, check this recording first. Using the Survey123 connector for Microsoft Power Automate, you can automate report generation. This webinar demonstrates how you can trigger reports when a survey is sent, and on a schedule. Recording Slides Find the slides at the bottom of this post (They are attached in PDF format) or click here. Q&A Where is the April session recording covering the Reports intro? Here. What is the price of Microsoft Power Automate? You can try Microsoft Power Automate for free for a limited period of time. Standard subscription pricing available here. Is the new Create Report action Premium? No. The Survey123 connector (including all its triggers and actions) is not a Premium feature of Power Automate. However, report generation consumes ArcGIS Online credits (unless you are creating reports from ArcGIS Enterprise). What if I don't have Microsoft Power Automate? How can I automate reports? You can use the Make.com connector to automate reports. Additionally, you can use the Survey123 REST API from Python or any other tool that works with REST APIs. FME Server is a good example of such a tool. Can I use the Survey123 Connector and Power Automate with ArcGIS Enterprise? Yes. Check this Esri Technical Article for details. Why my flow fails stops working after 2 weeks? Because the Survey123 connection expires after two weeks. Refresh the connection in Power Automate to keep it going. The team is working to address this problem. Do I have to upload PDF reports into OneDrive before I can include them as an attachment in an email? Yes, unless you can find another way to do it! 🙂 If you worry about having the files in OneDrive, add a Delete File action at the end of your flow, once the file is attached to the email message. How do I refresh my Survey123 connection in Power Automate? In Power Automate, go to Data -> Connections -> Survey123. Click on switch account and re-enter your credentials again. Can I automate reports in Make.com? Yes, the report action is available in Make.com. The only thing missing is the WHERE parameter, which you will need in case you want to schedule your reports. We are planning an update to the Make.com connector soon to include the WHERE parameter.
... View more
07-06-2023
11:33 AM
|
7
|
25
|
30015
|
|
POST
|
I agree with @MobiusSnake Double check the price you are paying for storage before you make drastic changes here that could compromise the security of your photos. Check this help topic for pricing: https://doc.arcgis.com/en/arcgis-online/administer/credits.htm#ESRI_SECTION1_709121D2C7694DCAB9B8592F36F7A5BA A relatively easy approach to move your attachments out of ArcGIS is to use automation in Power Automate. Using the Survey123 connector you can easily upload your photos right away into other third party storage. OneDrive for example. Then, using the ArcGIS connector you can delete the attachment and update the survey record with a URL link to your file in OneDrive (or somewhere else).
... View more
06-30-2023
12:18 AM
|
0
|
0
|
965
|
|
POST
|
Uploading the XLSFile, or a simplified version of it, may give people a chance to help.
... View more
06-30-2023
12:11 AM
|
0
|
0
|
935
|
|
POST
|
Sorry, Not supported for now in the designer. You need Connect for that. More details here: https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-creating-a-geolist/ba-p/1287059 @AndrewCastilloTBSL
... View more
06-30-2023
12:07 AM
|
0
|
1
|
676
|
|
POST
|
Hi @mattkramer I left a direct message in your Esri Community profile. Lets discuss over the phone. Interested to learn more about the requirement. At this moment what you ask is not possible, but I am documenting workflows where this is needed for a potential enhancement in the future. Thanks!
... View more
06-28-2023
12:30 PM
|
0
|
0
|
1064
|
|
POST
|
Can't see any problem with the expression you wrote. It works nicely in both the mobile and web apps. Attaching XLSForm.
... View more
06-28-2023
11:48 AM
|
0
|
1
|
1664
|
|
POST
|
In case the above response does not help. You can create an item from a locator URL as shown below. Share the locator item as appropriate and take the itemID from it so you can use it in your XLSForm.
... View more
06-28-2023
11:38 AM
|
1
|
0
|
2090
|
| 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 |
08-25-2025
09:21 AM
|