Is this possible to do in a scenario? I know you can just watch for edits, but I want to be able to watch for edits in a specific field. Any thoughts?
You can accomplish this with a conditional filter on your scenario. When the edit comes through, it should provide the attribute edits as a JSON object. By checking for the presence of the field you want, you can ensure that the scenario only proceeds when that field has been edited, and terminate otherwise.
@jcarlson It does provide the attribute info, but it returns all the fields, not just the attribute/field that was edited. I need to know when that field changes from anything to anything else...
Hm... That's odd. You don't get to see the "updates" object that is submitted to the server?
This is what comes from the iterator:
Oh, I see! You're using the Field Maps integration, which I think is just grabbing the form itself. I was thinking of a feature service webook: Webhooks - Payloads (Feature Service)—ArcGIS REST APIs | ArcGIS Developers
That uses the Extract Changes capability. I've only minimally worked with it, and have not dug into the new capabilities at 11.0, but you ought to be able to see specific changes that way.
This is the output of the Watch Feature edits: