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:
What if I want to get the creator for example, how do I doo that.
Thank you.
Hi, if you are still working on this problem, I wrote a little about how I used query in my Blog post Changing hosted Feature layers with Power automate and Rest APIs
one good way that I've been checking to see if my URL in power automate is correct is going to the feature I want to query in arcGIS Online and scrolling down to the bottom where it says url and clicking view
Scroll down to the bottom and press Query
Make sure the format is in JSON at the bottom, but just mess around until you get the results that you want.
once you can find, in your case the creator, copy the url until the token and insert the generated token.
In your case I think you need to replace the "&returnIdsOnly=true" with "&outFields=**insert the name of the field here**"
Hopefully this fixes your problem and help you trouble shoot in the future!!