|
POST
|
Related: Introduction to ArcGIS Data Pipelines Webinar: Q&A Can it be used for geoprocessing services? Data Pipelines cannot run the analysis tools that you find in Map Viewer. Instead, Data Pipelines is a data integration and data engineering solution and the tools it supports are specifically for that. If your goal is to automate the use of analysis tools, you might check out creating a Notebook.
... View more
03-19-2026
01:50 PM
|
0
|
0
|
174
|
|
POST
|
(edited) ArcGIS Architecture Center > Webhooks Several ArcGIS applications or systems make native use of webhooks, including: ...Survey123 Field App and web form webhooks That wording makes me wonder if the two applications are considered to be separate entities, requiring separate webhook configurations. Does a Survey123 webhook need to be set up separately in both the web form and the field app? Or do we only need to set up the webhook in the web form, which would be automatically honored in the field app?
... View more
03-19-2026
01:20 PM
|
0
|
2
|
435
|
|
POST
|
ArcGIS Architecture Center > Webhooks Webhooks are generally considered an effective, but not foolproof integration method. As they are loosely coupled to the destination endpoint, there is no guarantee that a message from the source system will reach the destination. Issues like network outages, a failed endpoint, or a badly constructed message body could cause that message to fail. This means that webhooks are not perfectly reliable, though not significantly different from any other REST API or endpoint which could suffer from the same reliability challenges. Webhooks require line of sight network connectivity. When an event occurs, webhooks are sent immediately, and if any network access or outage interrupts this request, it can mean that the payload never reaches the final destination. While some systems support automatic retry logic to re-send a webhook payload, this cannot always be relied on, and may result in lost messages in inconsistent network conditions. Webhooks do not guarantee delivery. While retry intervals and attempts can try to achieve a higher rate of success, webhooks do not guarantee that every event or trigger will result in data reaching the destination system. While this can be acceptable for many workflows, consider whether a post-process to validate data completeness may be required to guarantee that all events were properly processed.
... View more
03-19-2026
01:05 PM
|
0
|
0
|
1817
|
|
IDEA
|
I want to use ArcGIS Enterprise Data Pipelines to query EGDB records that meet certain criteria and email users if any records are found. In this case, I don't want to use a third-party platform for email, like Power Automate, because that kind of integration is more fragile than staying within a single product like Pipelines. I need my automations to be 100% reliable and as simple as possible.
... View more
03-19-2026
11:42 AM
|
1
|
0
|
215
|
|
POST
|
Thanks, Akshay. On a side note, a contact had this take on webhooks: I have used webhooks in the past, but I always used them slightly differently from how they were designed. I just use the webhook to trigger a workflow that uses a query; this way, you pick up things that misfired. I also run the workflow on a schedule to pick up things should it all go bad. I have had IT suddenly block the incoming, ESRI side broke, etc., and users never noticed. I had the workflow logging processed records and what fired. If you watch those, you quickly see that a webhook has broken. I think they call what I do a tickler rather than a webhook. I just use it as a tickler even though it is designed to send the data in the hook.
... View more
03-19-2026
10:47 AM
|
0
|
1
|
1831
|
|
IDEA
|
As far as I can tell, it's not possible to run a notebook from an ArcGIS Enterprise data pipeline. This idea is to add that functionality to ArcGIS Enterprise data pipelines.
... View more
03-19-2026
09:29 AM
|
3
|
1
|
248
|
|
POST
|
@erica_poisson ArcGIS Connectors for Power Automate > Set up the ArcGIS Enterprise connector https://doc.arcgis.com/en/power-automate/latest/get-started/set-up-the-arcgis-enterprise-connector.htm I haven't tried it. I would need to get I.T. to set up the connector and pay for a Power Automate premium license ($15/month per user). Can non-admin users manage their own AGOL/Power Automate flows?
... View more
03-19-2026
09:01 AM
|
0
|
0
|
523
|
|
POST
|
Can Data Pipelines for Enterprise call a Power Automate flow (to send an email)?
... View more
03-19-2026
08:52 AM
|
0
|
0
|
524
|
|
IDEA
|
Pipelines Question: Can Data Pipelines for Enterprise call a Power Automate flow (to send an email)?
... View more
03-19-2026
07:27 AM
|
0
|
0
|
497
|
|
POST
|
Regarding ArcGIS Data Pipelines for ArcGIS Enterprise: Can a pipeline be set up to call a Power Automate flow? For example, a daily pipeline job to query if there are any construction projects in a EGDB FC where the PROJECT_STATUS=FUTURE and the DATE <= sysdate. If any records are found, then call a Power Automate flow to send a user an email. In other words, Scheduled emailed reports in ArcGIS Pro/ArcGIS Enterprise (centralized; server-based, no-code). Use case explanation: The construction project was entered correctly at the time the data was initially entered, but now it's out of date. This situation could not be avoided using editing constraints like an attribute rule, since the information was correct at the time it was entered. The only thing that has changed is: time has passed. We need to be notified by email about this issue so we can edit/update the data. Related Pipelines Idea: Call Power Automate flow from an Enterprise Data Pipeline to send an email
... View more
03-19-2026
07:00 AM
|
0
|
4
|
831
|
|
POST
|
The About ArcGIS Pro window says I have ArcGIS Pro 3.4.3, which I believe is correct. But the Catalog > .sde Connection right-click > Database Properties > Geodatabase Version > Upgrade Status dialog says "This ArcGIS Pro 3.3.0 - 11.3.0.52636 geodatabase can be upgraded." Why is the Pro version different in the Upgrade Status dialog?
... View more
03-19-2026
06:41 AM
|
0
|
2
|
441
|
|
IDEA
|
This doesn't address the need for scheduled, server-based, emailed reports, but it might address the scheduled jobs side of things, to a degree: Introducing ArcGIS Data Pipelines (Beta) in ArcGIS Enterprise 12.0
... View more
03-19-2026
06:28 AM
|
0
|
0
|
632
|
|
IDEA
|
As ZachBodenner said in Stable alternatives to Power Automate: This isn't a criticism necessarily so much as an honest question: Other software has native/built-in automated process type stuff - why doesn't ESRI? It seems like something that should be included in the AGO/Portal suite...
... View more
03-19-2026
06:19 AM
|
0
|
0
|
633
|
|
POST
|
@ZachBodenner I’ve wondered about this too. For example, with IBM Maximo, all the automation is built right into the product. No third party apps needed. How reliable are ArcGIS Online webhooks?
... View more
03-18-2026
11:23 PM
|
0
|
0
|
1407
|
|
POST
|
This isn’t strictly about reliability, but it talks about timing, which seems relevant: Why is there such a big delay between a trigger and the action? While some flows can be instant, there are many cases in which there is a delay between a trigger and an action and vice versa. For example, when using the ArcGIS connector in conjunction with a Microsoft SharePoint connector, there is a delay (one to three minutes) when processing information. https://doc.arcgis.com/en/power-automate/latest/get-started/faqs.htm A few related posts: Power Automate triggers not working since 9th Oct Power Automate - Re-Establish Connection Power automate ArcGIS Connectors for AGOL Feature layer (hosted, view) Stable alternatives to Power Automate Survey123 Power Automate Error 'GetWebhookPayloadSchema' is too large Power Automate Trigger Issue
... View more
03-18-2026
10:29 PM
|
0
|
0
|
1896
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-20-2026 02:12 PM | |
| 1 | 03-19-2026 11:42 AM | |
| 1 | 06-03-2026 04:02 AM | |
| 1 | 03-18-2026 07:08 PM | |
| 2 | 2 weeks ago |