POST
|
my data expression seems working using 'FeatureSetByPortalItem' in the preview and editing mode, but not in the view mode. There are multiple widgets/ URL parameter working together with my data expression so I am not sure where the issue is coming from exactly.
... View more
11-14-2024
02:37 PM
|
0
|
0
|
570
|
POST
|
Hello Doug, Thank you for your comments. My form with the issue has a repeat component while the other one that does not have issue does not. I will do further testing if this is the case. Kerry
... View more
09-04-2024
10:00 AM
|
0
|
1
|
459
|
POST
|
Hello, I've posted this issue a few weeks ago, and still could not find a solution. The issue was that the Field Maps and Survey123 link that I built a couple of years ago suddenly started not working. Betreff: Opening Survey123 form in Field Maps (cre... - Esri Community Original Field Maps: saved as Classic Map Viewer Original URL Parameter set up in the Map: Expression Original urvey123: Version 3.12 and this is what I tried before while posting the first post ==> Updated Field Maps: saved as New Map Viewer Published new survey from the original using Version V 3.19 (updated the form using the Survey123 tool) Created URL parameter using Arcade with URL encode. ==> This is what I tried recently and I think I could isolate the issue 😨 Case 1. URL parameter with the problematic survey (published newly using the original XSL) with field value (passing it from the feature in Field Maps to Survey123 question) URL: arcgis-survey123://?itemID=ABC&field%3AStructure_Name=1ST%20AVE%20RAMP%20WB%20%231%20WALL&callback=https%3A%2F%2Ffieldmaps.arcgis.app%2F%3F ==> NOT WORKING ==> The survey KEPT LOADING/NO RESPONSE Ref: o ABC: Survey Item ID that has an issue o Structure_Name: Field name in the survey o 1ST%20AVE%20RAMP%20WB%20%231%20WALL: Variable picked up from the feature in Field Maps Case 2. URL parameter with the problematic survey (published newly using the original XSL) with callback only URL: arcgis-survey123://?itemID=ABC&callback=https%3A%2F%2Ffieldmaps.arcgis.app%2F%3F ==> WORKING ==> The survey opens with no issue Ref: o ABC: Survey Item ID that has an issue Case 3 URL parameter with another survey, using field value (passing it from the feature in Field Maps to Survey123 question ==> LOADED THE SURVEY SUCCESSFULLY WITH THE VARIABLE IN THE ASSESSOR QUESTION IN THE SURVEY FORM URL: arcgis-survey123://?itemID=EFG&field%3A Assessor =1ST%20AVE%20RAMP%20WB%20%231%20WALL&callback=https%3A%2F%2Ffieldmaps.arcgis.app%2F%3F o EFG: Another survey Item ID used for the test o Assessor: Field name in the survey EFG o 1ST%20AVE%20RAMP%20WB%20%231%20WALL: Variable picked up from the feature in Field Maps so based on my observation, this specific survey (built from the certain XLS form) does not responding once it includes 'fields' parameters, as the exact URL with different item ID and field name worked. I've contacted my local Esri Support but open to hear more suggestions and advice where else I can look into. Thank you. Kerry
... View more
09-03-2024
01:37 PM
|
0
|
3
|
509
|
POST
|
oh, that's my bad. I was doing some testing including/excluding certain fields. With commas between parameters, it still does not load. Do you have other suggestions where I can look at? Thank you. Kerry
... View more
08-27-2024
04:49 PM
|
0
|
1
|
552
|
POST
|
Thank you for the tip. When I tested it it works as long as I only contained item ID, center values (I hard coded in the example), and callback. Once I included any fields and their values, the survey kept spinning and ended up not opening. Thank you. Kerry
... View more
08-23-2024
10:11 AM
|
0
|
3
|
582
|
POST
|
Hello, I posted the same content in the Field Maps community (Opening Survey123 form in Field Maps (created in 2... - Esri Community) I built a mobile solution that leverages both Field Maps and Survey123 back in 2021. When users click the asset on the map in Field Maps, a hyper link is created with selected feature's attributes and some real-time calculated values. I used Classic Map Viewer at that time, and things worked smoothly. Since 2022, it was not in much use, and today I found out that the URL parameter I've created does not work anymore. Can someone advice where I need to look at it? or perhaps save it as (new) Map Viewer? Here is a sample url being created on the fly (I replaced parameter values to random text as my data is not public) arcgis-survey123://?itemID=ItemID&field:Structure_Number=0233&field:Structure_Name=TOWER%20BANK&field:Highway=17&field:Critical_Route=no&field:Asset_Type=BRIDGE&field:Service_Area=A6¢er=yvalue, xvlalue&callback=https://fieldmaps.arcgis.app/? Addition: With more investigation, I found callback and center worked, but if I include field/value in the URL the survey123 form is not loading. Is there something that has been changed since 2021? Thank you.
... View more
06-25-2024
04:50 PM
|
0
|
1
|
357
|
POST
|
Hello, I built a mobile solution that leverages both Field Maps and Survey123 back in 2021. When users click the asset on the map in Field Maps, a hyper link is created with selected feature's attributes and some real-time calculated values. I used Classic Map Viewer at that time, and things worked smoothly. Since 2022, it was not in much use, and today I found out that the URL parameter I've created does not work anymore. Can someone advice where I need to look at it? or perhaps save it as (new) Map Viewer? Here is a sample url being created on the fly (I replaced parameter values to random text as my data is not public) arcgis-survey123://?itemID=ItemID&field:Structure_Number=0233&field:Structure_Name=TOWER%20BANK&field:Highway=17&field:Critical_Route=no&field:Asset_Type=BRIDGE&field:Service_Area=A6¢er=yvalue, xvlalue&callback=https://fieldmaps.arcgis.app/? Addition: With more investigation, I found callback and center worked, but if I include field/value in the URL the survey123 form is not loading.
... View more
06-25-2024
01:53 PM
|
0
|
6
|
837
|
POST
|
Hello all, I built a secondary QA survey to allow an admin to review/update any of survey responses. The survey has a few relevant questions and I cannot make it work the way I want. here is a situation. Q9.1. is only visible when users select 'No' in the Q9. In the first survey, a user answered 'No' to Q9 and then put 'test' inQ9.1. and that's what I see in my secondary survey. But in my secondary survey, I want to change Q9 to 'Yes'. (it won't be visible), and want any existing values in Q9.1. disappear. Since Q9.1. is not visible in this case, I cannot tell immediately if the existing value is deleted or not. When I checked my feature layer after submission, Q9.1. still shows 'test' instead of empty cell. Is there way that I can initialize the value to null when the question does not meet the relevant criteria? I tested using both relevant and body::esri:visible but both do not seem working for what I was looking for. Thank you. Kerry
... View more
05-14-2024
11:20 AM
|
0
|
0
|
344
|
POST
|
Hello, I have a survey that multiple organizations need to submit their status on a regular basis. Since there will be multiple items (point) submitted by each organization - overlapped on top of each other, I hope to filter out the data with each organization's latest submission only. I got to play in the Dashboard Data Expression and it worked but it would be much easier if I can apply this 'most recent' records in the Map directly. Any advice? thank you! Kerry
... View more
04-26-2024
10:35 AM
|
0
|
1
|
491
|
POST
|
when I got errors while launching web forms, usually the error came from CSV files that I plugged in. Do you have CSV pull data in your survey? maybe it's worthwhile checking the CSV? Kerry
... View more
04-25-2024
04:21 PM
|
0
|
0
|
1672
|
POST
|
Hi @ZacharySuter Yes, it's set to the second option 'Add and update records'. Is it supposed to work then? (mine did not work). The survey was built from Survey123 connect directly, so the hosted feature layer is shared publicly and flagged as Public Data Collection. Thank you. Kerry
... View more
04-25-2024
01:40 PM
|
0
|
0
|
512
|
POST
|
Hello, I am developing a survey that targets multiple users, and for that reason it needs to be public. We want users to come back to edit their submitted information at some point so I hope to utilize the edit URL. 1. I added Edit URL on the thank you page, but it does not show after I submitted the survey as a public user. 2. If I copied the Edit URL and pasted in the window, it gives me this error (public user) while I could get into the editing mode when I logged in. The edit functionality is critical as we don't want users to submit a new records due to small changes in the information. Is there way I can somehow allow public users to edit the existing information using the specific url? Thank you. Kerry
... View more
04-25-2024
12:30 PM
|
0
|
2
|
563
|
BLOG
|
Thank you for making such a great product! I cannot wait to see the report widget in ExB in June. Is it the same reporting functionality used in Survey123 website?
... View more
04-25-2024
11:26 AM
|
0
|
0
|
1215
|
POST
|
Hi Amy, Is there any option that you can use csv pull data instead of a feature layer to see if the error coming from feature layer? One thing i know is that autocomplete won’t list thousand items but users can still bring up selection list by entering keywords. It’s odd that those lists are disappear though. Perhaps on your relevant column for the second selection, are you using correct value? Make sure the value you use as a filter matches with in the domain code in the first select question, not label. I just threw some of my random thoughts and hopefully it helps you to do further investigation. Kerry
... View more
04-22-2024
06:51 PM
|
0
|
1
|
575
|
POST
|
Thank you for your advice! Actually my team is looking into Power Automate! I am sure it works seamlessly using that solution. 🙂 Kerry
... View more
04-22-2024
08:57 AM
|
0
|
1
|
850
|
Title | Kudos | Posted |
---|---|---|
1 | 05-14-2020 02:08 PM | |
1 | 04-22-2021 11:02 PM | |
1 | 01-15-2024 05:16 PM | |
1 | 04-18-2024 08:25 AM | |
2 | 03-01-2024 11:09 AM |
Online Status |
Offline
|
Date Last Visited |
11-15-2024
12:33 AM
|