
Announcements
Hi, I'm not sure how to do this at all.
following different posts I can update attributes from input from Power automate using UpdateFeature. I fail to understand how to query, if I want to get the attribute information.
This is giving me access to the feature with the correct object ID :
For querying, I would expect to do similar.
To write to a feature I'm using POST, and something like this, which is working:
So in the body after the flow has ran I get the attribute name and the new value, I would like the existing value.
As I mentioned i would assume to use GET Method, and then Query instead of updateFeature, but using get, won't let me add a body.
It's clearly I don't understand what is going on, and I hope someone can help me here.
Thanks.