|
POST
|
Thanks @BobBooth1 , for my use-case I needed the workflow to stay in ArcGIS Online, but the tutorial you linked to is also a good resource!
... View more
02-25-2026
07:05 AM
|
0
|
0
|
833
|
|
POST
|
Great idea, Jay - thanks! I ended up adding this code in a cell at the beginning of the notebook, seems to be working well! # Get current time in US Central timezone
central_time = datetime.now(ZoneInfo("America/Chicago"))
current_hour = central_time.hour
print("Central hour:", current_hour)
allowed_hours = {5, 6, 7, 8, 9, 16, 17, 18, 19, 20}
if current_hour not in allowed_hours:
print("Not a scheduled hour, skipping execution")
raise SystemExit()
... View more
02-25-2026
07:02 AM
|
0
|
0
|
838
|
|
POST
|
Hello, Per this post from March 2025, users in ArcGIS Online can have up to 10 scheduled tasks for Notebooks. I manage several data ETL workflows for an organization that rely heavily on Notebooks for automation. For one of our Notebooks, we had to modify it to run at specific hours instead of "hourly" due to some quirks with the data API. Specifically, we now have it triggered to run in the mornings at 5am, 6, 7, 8, and 9am, and in the evenings at 4pm, 5, 6, 7, and 8pm. So, that reaches the limit of 10 scheduled tasks (Repeat Type = "Day" at the specified time). I now have another ETL notebook that I want to schedule and I'm unable to because I've reached the limit. I guess my main question of this post is....Is there a better way to go about scheduling at specific hours like this? It would be ideal to only have one scheduled task where I could specify the times of day to run, similar to how you can specify days of the week when you schedule an hourly task. Any other suggestions or workarounds? Thanks!
... View more
02-23-2026
10:11 AM
|
0
|
4
|
895
|
|
POST
|
Try turning off "Unit Prefix", likely in Category axis, Value axis, or Series, depending on what part of your chart you want to modify.
... View more
02-23-2026
09:50 AM
|
1
|
0
|
267
|
|
POST
|
You can define custom parameters for a layer in the settings of the web map: Documentation for the types of parameters accepted can be found here: https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer/#request-parameters In my screenshot example, I used inSR = 4326, and geometry=-114.8165,31.3322,-109.0452,37.0043
... View more
02-20-2026
12:28 PM
|
2
|
1
|
606
|
|
POST
|
Thank you for mentioning this workaround, after enough fiddling, I was able to get it working in field maps. This definitely seems like a bug, since like you said, decimal places shouldn't exist for integer fields. And also, field maps should honor the "never show separator" option selected in the web map (this was being ignored, in my experience). Do we know if there is a bug number logged for this, and what the status might be?
... View more
02-16-2026
01:26 PM
|
0
|
0
|
1524
|
|
POST
|
In my experience, web maps are a bit of a nightmare for accessibility compliance, but admittedly my experience is limited. I recommend maybe posting on this board as well if you haven't already 🙂 https://community.esri.com/t5/accessibility/ct-p/accessibility
... View more
02-16-2026
09:10 AM
|
2
|
0
|
514
|
|
POST
|
@TannerHarris ACTUALLY.....maybe the Imagery Viewer instant app would work? I was reading documentation and it seemed at first it wouldn't work for multiple layers the way you wanted, but I just created a quick test app, using this public web map, and looks like it might work for what you need??
... View more
02-13-2026
07:03 AM
|
1
|
0
|
523
|
|
POST
|
Unfortunately, not that I know of outside of the cumbersome workflow you described. I found this post that describes a situation very similar to yours, but it doesn't look like they found an acceptable workaround either...
... View more
02-13-2026
06:44 AM
|
0
|
0
|
527
|
|
POST
|
Have you looked into the ArcGIS Instant App "Compare" layout? You can have three maps side-by-side, and choose to synchronize the maps so that panning one controls all maps, or leave them independent.
... View more
02-12-2026
12:51 PM
|
0
|
3
|
569
|
|
POST
|
Your 2022 map ("11") contains feature layers, but your new map ("MUNIC_AO") only contains KML and GeoJSON. If you can configure your MUNIC_AO map in the same way you did your older map, you might have better luck. @DebapriyaPaul Can you help explain the "feature layer" vs "hosted feature layer" nuance here, and how those layers might have been published?
... View more
02-11-2026
10:27 AM
|
0
|
1
|
794
|
|
POST
|
That's great to hear! If there are any details from your troubleshooting process that might help someone else facing a similar issue, please post them here if you want 🙂 Glad things worked out for you
... View more
02-11-2026
06:14 AM
|
0
|
0
|
307
|
|
POST
|
What is your role and user type in your organization? Looks like you don't have the permissions to create hosted feature layers.
... View more
02-10-2026
08:35 AM
|
0
|
0
|
516
|
|
POST
|
Ah, yes that's just a GeoJSON layer. You will need to add it as a hosted feature layer. Select this option when you add "New Item" from your Content page and select the geojson file: Once that hosted feature layer is in your web map, you should see the Enable Search option and you can select that layer from the dropdown.
... View more
02-10-2026
08:15 AM
|
0
|
2
|
520
|
|
POST
|
Hi @StuA , If your only option is using the out-of-the-box print widget/service, you could maybe get away with adding some text to the "copyright" field, which will print on the page. However, it does cut off at a certain character limit, and you can't change the formatting, so it's really not a great workaround, I admit. On the other hand, have you looked into this option? I think it's still in Beta and only available for certain user types, so not sure if it's an option for you. I don't have personal experience working with it so don't have much insight on it. https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/print-from-layout-items
... View more
02-10-2026
07:52 AM
|
0
|
0
|
153
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 2 weeks ago | |
| 1 | 05-14-2026 08:38 AM | |
| 2 | 04-24-2026 05:43 PM | |
| 1 | 04-24-2026 06:58 AM | |
| 1 | 04-17-2026 09:23 AM |
| Online Status |
Online
|
| Date Last Visited |
6 hours ago
|