Following along with this blog here I set up a power automate flow for a hosted feature layer, and the flow runs until the "Get Edits" step where I get the following error:
<html><head><title>Object moved</title></head><body>
<h2>Object moved to <a href="https://arcgisazureprod5.blob.core.windows.net/replicafiles/...">here</a>.</h2>
</body></html>
I am not using a Damage Assessment template layer like the blog, just an editable hosted feature layer with editor tracking turned on. Any help would be much appreciated!!
Solved! Go to Solution.
@Danielle_Journey The "Get Edits" step is expected to fail since it returns a HTTP status of 304 and not a 200. As long as the next step ("Get Edits Redirect") succeeds, the flow should be working. Here's a simplified example showing what it should look like after a successful run.
This is expected, you have to "Configure run after" on the next step. It's the next step in the blog post. It will use the redirect URL and fetch it.
@Danielle_Journey The "Get Edits" step is expected to fail since it returns a HTTP status of 304 and not a 200. As long as the next step ("Get Edits Redirect") succeeds, the flow should be working. Here's a simplified example showing what it should look like after a successful run.
@AaronPulver Thanks for your help and explaining that. It looks like my real error is further down in the email portion.