I would really like to be able to set up a flow that could execute a geoprocessing service via power automate. It seems like it may be possible via http request, but my organization is not set up in a way that would make that work.
My current usecase is this:
- Select all new records that meet X criteria
- Run Geoprocessing service on them
- Generate reports for each of them
- Email reports to the records' creators
My current workaround is to schedule the GP Service as a portal task, then schedule this flow described above (except step 2) a reasonable amount of time afterwards. The problem with this is that if the Geoprocessing tool fails, I don't want to continue the flow.
Please provide an easy way for us to execute GP services via Power Automate.