Hi,
We have a sharepoint list that we'd like to replicate in the AGOL via power automate.
The hurdle for us how do we set up the "Create a record in a feature layer" connector. We have tried passing the "geometry" parameter multiple ways. We have tried -
x,y
AND
"geometry": {
"x": 1436052.3270733608,
"y": 5002615.309330223,
"spatialReference": {
"wkid": 2193,
"latestWkid": 2193
}
The flow runs fine and creates the feature but with no geometry.

Anyone used this connector before, that might have an idea?
Also there is surprisingly low information on these connectors and the format of the inputs they expect.