I'm trying to find a way to send scheduled emailed notifications based on GIS data.
Question:
Is there a way to use Microsoft Power Automate (possibly in conjunction with Python and my SDE connection files) to send scheduled emailed notifications?
For example, on a nightly schedule, I want a server (Power Automate) to check for records in a GIS/SDE query. If the query finds any records, then email me a notification.
So, if there are construction projects in a FC where the status is FUTURE and the date <= sysdate, then those records are out-of-date, so I need the system to tell me about them so I can fix them.
Is there a way to do that?
Nope. I haven't had a chance to try.
I'll likely go a different direction: Create a table in SDE that is a list of database views. Create a python script that loops through he table and sends emails if certain conditions are met.
I talk about the idea in point #1 here: Practical GIS automation for non-IT users
Would be very interested in hearing about how things turn out for you.