Skip to main content

Is it possible to get the owner information using the ArcGISOnlineConnector? if not, is there something else I can use? I used the List Action and was able to get a list of the services/maps, but because there are the same item in two different AGOs in this group, I am unable to get the right one unless I know the owner. Thanks

I am dumb. the owner is in the _json_response. I am able to get it from there. in case anyone needs it, you can use the jsonFlattener and the attributeExposer to get it.


The arcgisonlineconnector also has Output attributes > Attributes to add… so other than json response, you might be able to expose the _created

 


Reply