POST
|
@ZacharySutherby I think the issue is with the linked content. I noticed that in addition to my submission url service (the one with survey123 name in parenthesis) , there is also a 'results' feature service linked. And I cannot unlink it from survey123 connect. I created a new survey from my existing form, I then I published the new survey, pointing it to the same submission URL. Then I went to survey123 online Collaboration > Share results and when I shared results it create a new 'results' view and that results view got linked 'linked'. I deleted '_results' and it disappeared from the 'linked content'.
... View more
07-03-2025
02:29 PM
|
0
|
0
|
290
|
POST
|
I'm not sure if it's related to latest AGO update, but shortly after the update my publicly shared survey123 started prompting for login. The survey was built with survey123 connect. It uses a submission URL that points to publicly share hosted View. The Hosted source layer is not shared publicly. The login prompt window references an itemID of hosted source layer, implying that it is not shared. But it should not be share. If I share the Hosted source layer publicly then the login prompt goes away. I fill like I'm missing something. Perhaps there are some new settings after AGO update that I need to check? Anyone else ran into the same issue recently?
... View more
07-02-2025
08:45 AM
|
0
|
4
|
374
|
POST
|
Everything seems to be working again as of this morning. 🤞 Thank you!
... View more
06-10-2025
06:21 AM
|
2
|
0
|
590
|
POST
|
@Jamie_Leitch_CNF When I click on ArcGIS Connection details this is an error that I see: Failed to refresh access token for service: oauth2generic. Correlation Id=060bdd10-4b4e-1d38-dc39-ab2040cfae25, UTC TimeStamp=6/9/2025 7:59:10 PM, Error: OAuth 2 access token refresh failed. Access token request to https://unitedstates-002.azure-apim.net/proxy/api/authentication/oauth2/token failed. Client ID and secret sent in form body. Details: A task was canceled.. Response status code=InternalServerError. Response body: If I click 'Reconnect' it appears to reestablish connection, but my flows still fail. And if I try to fix connection within a flow it just spins and it never gives me a list of feature services from my content.
... View more
06-09-2025
01:11 PM
|
0
|
3
|
505
|
POST
|
My ArcGIS connection in Power automate started dropping today as well. And I cannot re-add connection in any of my flows.
... View more
06-09-2025
12:53 PM
|
0
|
2
|
560
|
POST
|
We also started getting ArcGIS connections issues in Power Automate this morning 6/9 around 9am. The ArcGIS connection keeps dropping off and flows fail.
... View more
06-09-2025
12:37 PM
|
0
|
0
|
102
|
POST
|
Same issue here. Starting this morning 6/9 around 9am my ArcGIS connections started dropping in Power Automate, I have been trouble shooting this all morning and no luck. @AnthonyLatini @SeanKMcGinnis anything changed on ESRI side?
... View more
06-09-2025
12:32 PM
|
1
|
0
|
674
|
POST
|
I got the thumbnail icon to work. For whatever reason it would not work with the Community basemap. But when I used a Topo basemap, it worked. I had to list the basemap update my webmap. I'm not sure if this is the best way to handle this, but it works. const webmap = new WebMap({ basemap: "topo", portalItem: { id: "74b1c8a79d8b4a328ebc625e1d91****", portal: { url: "https://****.org/portal" } } });
... View more
02-20-2025
12:16 PM
|
0
|
0
|
644
|
POST
|
I tried different combinations of these two options, still no dice 😣 Take the ?f=json off the end of the url. Try targeting .esri-basemap-toggle__image--secondary instead.
... View more
02-19-2025
12:36 PM
|
0
|
0
|
658
|
POST
|
Hi @JeffreyThompson2 thank you for the suggestion. I tried your solution, but it still would not work. I see the other thumbnail for the High Contrast Basemap in the dev console, it's loading automatically. But the one that I added in CSS for the Community Basemap is not showing up. Perhaps you have any other ideas? Thank you,
... View more
02-19-2025
11:43 AM
|
0
|
2
|
664
|
POST
|
I'm working on a JS Map. I have a webmap, and a basemap toggle added to my 'view'. My webmap uses Community basemap and another basemap that I included in the toggle is 'Hight contrast' basemap. The issue I have is that when I toggle between the basemaps, there is no thumbnail for my Community basemap. And I'm not sure how to add the thumbnail image, since the basemap comes from the webmap? I would appreciate any suggestions. const webmap = new WebMap({ portalItem: { id: "74b1c8a79d8b4a328ebc625e1d91****", portal: { url: "https://*****.org/portal" } } }); // Create the map view const view = new MapView({ map: webmap, container: "viewDiv", zoom: 11, ariaLabel: "Interactive map to search an address and find Commissioner contact information" }); const basemapToggle = new BasemapToggle({ view: view, nextBasemap: new Basemap({ portalItem: new PortalItem({ id: "084291b0ecad4588b8c8853898d7****" }) }), widgetConfig: { label: "Toggle basemap", ariaLabel: "Switch between basemaps" } }); view.ui.add(basemapToggle, "bottom-left");
... View more
02-18-2025
02:28 PM
|
0
|
5
|
707
|
POST
|
@JaredPilbeam2 were you able to accomplish this? I'm trying to do the something, and cannot figure out how to do that. I'm very new to SDK, and coding in general. I would appreciate if you can share your script, if you have it working. Thank you!
... View more
11-01-2024
08:03 AM
|
0
|
0
|
443
|
POST
|
My flows are triggering, but I have been getting some 503 error on 'Fetch updates...'. Got several errors today.
... View more
10-09-2024
01:42 PM
|
0
|
0
|
534
|
POST
|
I know its an older post, but I'm having the same issue. I'm trying to copy features with attributes, and it works as expected on Android device, but it doesn't work on iOS. On iOS only some attributes are being copied over. It seems like attribute with domains are the ones that are not getting copied over. @KevinKevin any suggestions? I should add that my data is in the ArcGIS Enterprise 11.2. I also verified that I'm using the latest version of the Field Maps on all devices.
... View more
08-27-2024
12:52 PM
|
0
|
1
|
867
|
POST
|
Tried resetting the Webhook status Active = True, but after a few runs it switches back to Active = False.
... View more
08-08-2024
02:37 PM
|
0
|
2
|
1520
|
Title | Kudos | Posted |
---|---|---|
1 | 05-24-2024 06:34 AM | |
2 | 06-10-2025 06:21 AM | |
1 | 06-09-2025 12:32 PM | |
1 | 08-05-2024 03:17 PM | |
1 | 08-06-2024 01:51 PM |
Online Status |
Offline
|
Date Last Visited |
07-03-2025
02:16 PM
|