|
POST
|
I've also had this problem since 2021. I just checked now on my app (embedded on a dashboard also) and it is still the same issue (even if not embedded it also just get stuck on progress downloading part)... hoping it was fixed already as it is an important feature being able to export the data...
... View more
05-03-2022
07:09 AM
|
0
|
0
|
2429
|
|
POST
|
@MatthewBradbury just like you I do not know how I resolved it.... I just republished my survey a few times then it worked.... some thing you just can't explain 🙂
... View more
04-26-2022
01:27 PM
|
0
|
0
|
616
|
|
POST
|
Hi @JohnPlunkett , was trying it in AGOL last year.... just tried again now and the domain names are displaying correctly on the pop-ups on the "New Map Viewer" and also when it used in WAB & Experience Builder... Good to know, thank you....
... View more
04-26-2022
01:24 PM
|
2
|
0
|
2749
|
|
POST
|
I am having the same problem now, have something that was working for a couple of years (both app and browser).... I just noticed that the "pulldata" when the survey is done through the browser stopped working... I never changed anything in my workflow and it is still working as expected on mobile apps and connect... Has anyone solved this mystery?
... View more
04-25-2022
02:18 PM
|
0
|
2
|
3776
|
|
POST
|
2022 and it is still an issue (it happened after I added/deleted some layers on my web map), this is discouraging to migrating to Experience Builder, I like a lot of its modern features but still a lot of unexpected behaviors/glitches going on....
... View more
02-07-2022
09:33 AM
|
1
|
0
|
4493
|
|
IDEA
|
2022 and it is still an issue, this is discouraging to migrating to Experience Builder, I like a lot of its modern features but still a lot of unexpected behaviors/glitches going on....
... View more
02-07-2022
09:32 AM
|
0
|
0
|
1183
|
|
POST
|
Downloaded an advanced template from Connect (version 3.13.234), see attached file. body::accept is at column "Z"
... View more
11-01-2021
10:32 AM
|
0
|
0
|
2297
|
|
POST
|
With some trial-and-error, what worked for me is removing my constraint limiting the number of photos/file that the user can do on the survey. After the removing the constraint, was able to select and upload multiple files.
... View more
08-26-2021
10:59 AM
|
1
|
0
|
14006
|
|
POST
|
Does your survey question had a constraint on how many files/photo you could upload? I had the same issue, after some trial and error, what worked for me is removing my constraint limiting the number of photos/file that the user can do on the survey.
... View more
08-26-2021
10:54 AM
|
0
|
0
|
3289
|
|
POST
|
Hi Philip, I added a file question (multiline appearance) and it looks good on the Connect preview and allowed me to select multiple files, but when I opened the survey on the web it only allows me to select a single file (same with using the Survey123 app on iPad, only a single file was added). Any thoughts on getting to the web survey allow multiple file selection for the file question (I am using Connect Version 3.12.232? Thanks you.
... View more
08-25-2021
03:01 PM
|
0
|
1
|
2444
|
|
POST
|
Hi Majdi, Did you found a solution on this? Am having the same issue. Thanks. On the preview at Survey123 Connect, I could select multiple files but when I open it on the web.
... View more
08-25-2021
02:22 PM
|
0
|
0
|
3295
|
|
IDEA
|
Hi Philip, @Anonymous User Is the select multiple photos going to be supported soon? We have a survey that is both being used in the Survey123 app and web. When people are using the web survey, they cannot attach multiple pictures (on the XLS form, we did a multiline appearance for the image question as users liked it compared to having multiple image questions). I've read that a possible workaround is to use "file" rather than "image" as question type and republish, but if I understood correctly this would deactivate the use of cameras on the devices (so would be problematic as they also need to take photos on the field)? It maybe good to have something similar to "method=camera,browse" option on the "body::esri:style" on file questions for future release? Thank you.
... View more
08-25-2021
09:23 AM
|
0
|
0
|
5095
|
|
POST
|
Got the fix for my issue via Esri Solution Engineering team and our Account Manager. Thank you very much. The thing that I missed is that the "center" parameter in Survey123 web app requires that you have a "geopoint question" and flagged it as "required". We initially designed the survey for field use only, and the geopoint question is not required for the passing the "center" parameter from Collector to Survey123 mobile app. I added the geopoint question and republished my XLS form and the link is now working and passing the "center" parameter as expected.
... View more
07-29-2021
12:54 PM
|
0
|
0
|
1386
|
|
POST
|
I have a working link that pass attribute values (including center location, I pre-calculated the WGS84 latitude, longitude, and lat-long pairing fields ) from Field Maps to Survey123 app: arcgis-survey123://?itemID=1d71b9c869c44a27a68d10115bd3aa54¢er={CENTER_COORD} &field:meter_number={meter_number} &field:account_number={account_number} &field:sub_code={SUB_CODE} &field:feeder_number={FEEDER} &field:circuit_id={circuit_id1} &field:county={BI_CNTY_CD} &field:board_district={BI_BOARD_DIST_CD} &field:service_status={status} &field:last_name={BI_LNAME} &field:first_name={BI_FNAME} &field:phone_home={HomePhone} &field:phone_mobile={MobilePhone} &field:phone_business={BusinessPhone} &field:phone_other={OtherPhone} &field:email_the_member={Email} &field:service_address_1={BI_ADDR1} &field:service_address_2={BI_ADDR2} &field:service_city={BI_CITY} &field:service_state_name={BI_ST} &field:service_zip_code={BI_ZIP} &field:bill_address_1={BILL_ADDR1} &field:bill_address_2={BILL_ADDR2} &field:bill_address_3={BILL_ADDR3} &field:bill_city={BILL_CITY} &field:bill_state_name={BILL_ST} &field:bill_zip_code={BILL_ZIP} &field:bill_cycle_code={BI_CYC_CD} &field:bill_route_code={BI_ROUTE_CD} Now users want the option to be able to do the survey via Survey123 web app and get launched through a web application. My link works good in passing the attribute information to pre-populate the survey except for the center of the point, it keeps on putting the location at 0,0 lat-long. I read that for web apps it is sensitive to commas/spaces, so I change my link to replace "center={CENTER_COORD}" with "center={LAT_DD}%2C{LONG_DD}" also tried "center={LAT_DD},{LONG_DD}", but when I launch the survey from the web application and finish it still put the point at 0,0 lat-long. Also tried doing URL encode of the lat-long attributes via Arcade and still the same issue (I also noticed that when Survey123 web app was launched the values from the Arcade fields were not passed to the URL): urlencode ($feature["CENTER_COORD"]) urlencode (text ($feature["LAT_DD"]) + ',' + text ($feature["LONG_DD"])) Just for trial, I even tried putting absolute lat-long and no success: 15bd3aa54?center=28.75162186,-82.06278574&field:meter_number={meter_number} 15bd3aa54?center=28.75162186%2C-82.06278574&field:meter_number={meter_number} My current link is below, can anyone help on how to troubleshoot the passing of the correct lat-long information to the Survey123 web app? Thank you. https://survey123.arcgis.com/share/1d71b9c869c44a27a68d10115bd3aa54?center={LAT_DD}%2C{LONG_DD}&field:meter_number={meter_number}&field:account_number={account_number}&field:sub_code={SUB_CODE}&field:feeder_number={FEEDER}&field:circuit_id={circuit_id1}&field:county={BI_CNTY_CD}&field:board_district={BI_BOARD_DIST_CD}&field:service_status={status}&field:last_name={BI_LNAME}&field:first_name={BI_FNAME}&field:phone_home={HomePhone}&field:phone_mobile={MobilePhone}&field:phone_business={BusinessPhone}&field:phone_other={OtherPhone}&field:email_the_member={Email}&field:service_address_1={BI_ADDR1}&field:service_address_2={BI_ADDR2}&field:service_city={BI_CITY}&field:service_state_name={BI_ST}&field:service_zip_code={BI_ZIP}&field:bill_address_1={BILL_ADDR1}&field:bill_address_2={BILL_ADDR2}&field:bill_address_3={BILL_ADDR3}&field:bill_city={BILL_CITY}&field:bill_state_name={BILL_ST}&field:bill_zip_code={BILL_ZIP}&field:bill_cycle_code={BI_CYC_CD}&field:bill_route_code={BI_ROUTE_CD} Is this a current bug?
... View more
07-28-2021
09:21 AM
|
0
|
1
|
1498
|
|
POST
|
Thanks for testing. It's weird that when you added the both domain value and name on the the arcade script it displayed correctly. Hope Esri gets a fix soon.
... View more
06-09-2021
01:32 PM
|
0
|
1
|
3541
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-07-2024 05:15 AM | |
| 2 | 10-24-2024 07:07 AM | |
| 1 | 10-24-2024 06:41 AM | |
| 1 | 06-26-2024 05:00 PM | |
| 1 | 05-23-2024 01:20 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-13-2025
05:47 AM
|