I'm working up a geoenrichment use-case in Power Automate, triggered when a new Survey123 report is submitted. The survey contains a geoshape field to capture polygon geometry.
The intent is to use the the polygon captured by Survey123 as the input for geoenrichment. I attempted to simply use the 'feature geometry' variable from S123 as the input for the 'Study Area' parameter; however it returns the error 'Cannot read property 'features' of undefined'.
The geoenrichment documentation indicates the Study Area is for an 'address or geometry'; and i've gotten it to properly work when passing it an address, but not a polygon geometry. Is this even possible, and if so, what format is it looking for that geometry data.
Thank you!