|
DOC
|
Hello @JakeSkinner I’m also making sure that I’m using the license from AGOL, but I’m still getting the same error. I think I need to set a proxy for your tools, but I’m not sure how to do that. When I test simple Python code in Jupyter, I can’t connect to AGOL without using a proxy. Is it possible for you to add a proxy option to your tools?
... View more
11-24-2025
06:10 AM
|
0
|
0
|
2563
|
|
DOC
|
Hello @JakeSkinner below is the screen shot of error also in arcpro I log in to arcgis online too.
... View more
11-21-2025
11:26 AM
|
0
|
0
|
2645
|
|
DOC
|
Hello, I am using ArcGIS Pro 3.6.0 and I am trying to connect to our ArcGIS Online environment, but I am receiving Error 032659. I can see that others have encountered this error in previous posts. I am trying to move web maps from AGOL to Portal 3.11, but I keep getting this error. However, I was able to successfully move dashboards and hosted layers from the QA Portal to the Production Portal environment. Is it even possible to move items from AGOL to Portal? If so, how can I fix this error?
... View more
11-21-2025
10:55 AM
|
0
|
0
|
2650
|
|
POST
|
Hello everyone, How can we use the Feature Info widget in Experience Builder to display an overlay polygon on it? The feature navigation isn’t working, and I’m trying to achieve something similar (below) to what we get from the pop-up.
... View more
11-14-2025
01:16 PM
|
0
|
2
|
264
|
|
POST
|
@Neal_t_k Thank you so much your solution is working.
... View more
07-02-2025
07:38 AM
|
0
|
1
|
702
|
|
POST
|
@Neal_t_k Thanks for respond. yeah I notice that the problem is that. I don't know how to do it. lol. I created another field user_type_result which has if statement on it but I can't get answer to this field and save it.
... View more
07-02-2025
07:14 AM
|
0
|
0
|
721
|
|
POST
|
@RyanUthoff Thanks for reply but I tried with my form and not working. I attached my xls form here maybe I have relevant for some fields
... View more
07-02-2025
06:49 AM
|
0
|
0
|
729
|
|
POST
|
Hello everyone, I have a table, and I'm trying to save the result of the user type into a variable called user_type_result. However, my if statement doesn't seem to be working correctly when checking user_type_result. I've been trying to figure out what’s wrong but haven’t had any luck. Any help would be greatly appreciated! Thanks in advance. if(${no_user_type_required} = 'No user type required', 'No user type required',
if(${you_need_the_viewer_usertype} = 'You need the Viewer Usertype', 'You need the Viewer Usertype',
if(${you_need_the_contributor_userty} = 'You need the Contributor Usertype', 'You need the Contributor Usertype',
if(${you_need_the_mobile_worker_user} = 'You need the Mobile Worker Usertype', 'You need the Mobile Worker Usertype',
if(${you_need_the_creator_usertype} = 'You need the Creator Usertype', 'You need the Creator Usertype',
if(${you_need_the_professional_usert} = 'You need the Professional Usertype', 'You need the Professional Usertype',
if(${you_need_the_professional_plus} = 'You need the Professional Plus Usertype', 'You need the Professional Plus Usertype',
''))))))) text no_user_type_required No user type required text you_need_the_viewer_usertype You need the Viewer Usertype text you_need_the_contributor_userty You need the Contributor Usertype text you_need_the_mobile_worker_user You need the Mobile Worker Usertype text you_need_the_creator_usertype You need the Creator Usertype text you_need_the_professional_usert You need the Professional Usertype text you_need_the_professional_plus You need the Professional Plus Usertype text user_type_result user type result
... View more
07-02-2025
06:26 AM
|
0
|
8
|
755
|
|
POST
|
@JakeSkinner Thanks for the advice—I was able to test the layer in AGOL, and it worked fine. Apparently, this issue exists in version 11.1 but not in 11.3.
... View more
05-02-2025
08:05 AM
|
0
|
0
|
566
|
|
POST
|
Hello, I published a feature layer to ArcGIS Enterprise with GlobalID and attachments enabled. However, I need to first create and save a point, then go back and select the same point to add an attachment. I can't perform both actions at the same time — I get an error whenever I try to do them together.(See below) I published the layer from ArcGIS Pro to an enterprise geodatabase by reference, using registered data. I chose the 'Map Image' option and selected 'Feature' for the federated server. I also cleaned the NULL values based on the guidance in this blog: https://support.esri.com/en-us/knowledge-base/error-something-went-wrong-edits-could-not-be-saved-000031758
... View more
04-30-2025
01:17 PM
|
0
|
2
|
649
|
|
POST
|
Hello, I have this code for a popup, and part of it includes an arcade expression to change the value, but my code is not working. I’m just starting to learn JavaScript right now, so I’m not very advanced in it. Thanks! //popup for Intersection
const IntersectionPopupTemplate = {
// You can dynamically set the title, e.g., the block's name
title: "Holiday Embargo (Intersection)",
content: [
{
type: "fields",
fieldInfos: [
{
fieldName: "OnStreetName",
label: "Cross Street 1"
},
{
fieldName: "FromStreetName",
label: "Cross Street 2"
},
{
fieldName: "BoroughCode",
label: "Borough",
format: {
expression: `
var borough = $feature['BoroughCode'];
return (borough == "M") ? 'Manhattan' :
(borough == "X") ? 'Bronx' :
(borough == "B") ? 'Brooklyn' :
(borough == "Q") ? 'Queens' :
(borough == "S") ? 'Staten Island' : 'n/a';
`
}
}
]
}
]
};
... View more
02-12-2025
01:33 PM
|
0
|
1
|
341
|
|
IDEA
|
Is it possible to synchronize the map extents between Survey123 and Experience Builder, so when users pan or zoom in one map, the other map automatically updates to reflect the same extent? Additionally, can a mouse click on the Experience Builder map trigger an action in the Survey123 map? Currently, the "Send data to this survey" functionality allows for some interaction between the two, but for surveys where users need to add a new feature while filling out the form, this feature doesn't fully address the requirement. This idea would improve the integration by allowing for real-time map extent synchronization and click-based interactivity, enabling a more seamless user experience when working with spatial data.
... View more
01-15-2025
08:57 AM
|
1
|
0
|
346
|
|
IDEA
|
Is it possible to synchronize the map extents between Survey123 and Experience Builder, so when users pan or zoom in one map, the other map automatically updates to reflect the same extent? Additionally, can a mouse click on the Experience Builder map trigger an action in the Survey123 map? Currently, the "Send data to this survey" functionality allows for some interaction between the two, but for surveys where users need to add a new feature while filling out the form, this feature doesn't fully address the requirement. This idea would improve the integration by allowing for real-time map extent synchronization and click-based interactivity, enabling a more seamless user experience when working with spatial data.
... View more
01-15-2025
08:56 AM
|
8
|
2
|
440
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-26-2023 07:59 AM | |
| 8 | 01-15-2025 08:56 AM | |
| 1 | 01-15-2025 08:57 AM | |
| 1 | 03-30-2022 08:49 AM | |
| 2 | 10-24-2024 06:53 AM |