Hi Everyone,
I've been struggling with finding a solution and hoping the community can help.
I'm simply using the following:
- Trigger: When a survey response is submitted (from Survey123)
- Action: Create a new record in a feature layer
I'm simply trying to add the newly created survey123 point feature to an existing hosted point feature layer on ArcGIS Online with a subset of the survey's attributes.
I'm able to successfully field map the attribute values from the survey to the corresponding fields in the hosted feature layer but the resulting records has no geometry.
I believe the issue is with what I'm using for the 'Geometry' parameter in the Create a new record in a feature layer action. I've used the survey's item()?['geometry'] and item()?['geometry/geometryType'] trying to set the geometry based on the survey geometry with no luck. The Power Automate messages show null for geometry output.
Unfortunately Microsoft's documentation is brutal for looking up details on parameters for ArcGIS connectors, in fact for the Geometry parameter for this action is not even reflected in the documentation yet.
I feel like this should be more straight forward and simple - anyone out there figure this out?
Thanks
Paul