Hello, is it possible to send an automatic email to the user that created a feature layer record using power automate?
The users would all be within the organization.
By using a combination of web hooks on your feature service and a flow in power automate, you can send an email to the user based on the attributes of the collected feature (Only ArcGIS Online hosted feature services offers support for this operation).
You can also accomplish this with other platforms as well including Python. It takes a bit of setup, but is not that difficult to implement using standard Windows tools and utilities. It will all depend on what licenses you have available to you (Microsoft 365 and AGOL) and comfort level of language/coding effort.
Thank you, I've been trying to look for a step-by-step video or blog but no luck.
Hi @Krocha,
This video may be a helpful example for you!