Hi All,
I'm currently trying to create a flow that tracks the updates to an ArcGIS online feature layer. I was wondering if there was a way to extract the Attribute data from the following code so I can reformat it into a more user friendly appearance in an email.
I'm a JSON and Power Automate newbie, so any and all suggestions would be great. Thanks in advance!
{
"layerServerGens": [
{
"id": 0,
"serverGen": 458189
}
],
"transportType": "esriTransportTypeUrl",
"responseType": "esriDataChangesResponseTypeEdits",
"edits": [
{
"id": 0,
"features": {
"adds": [],
"updates": [
{
"geometry": {
"rings": [
[
[
2556265.90578417,
482548.2758253
],
[
2561942.66804101,
482305.347848049
],
[
2562932.3081841,
476869.569885384
],
[
2555554.10480682,
476454.314157847
],
[
2556265.90578417,
482548.2758253
]
]
]
},
"attributes": {
"OBJECTID": 45,
"GlobalID": "F35B148D-1294-4CAC-8203-CA190FE96EF8",
"OutageType": null,
"AlertType": "BW",
"AlertDetails": null,
"ScheduledOutage": null,
"ScheduledServiceRestoration": null,
"AdditionalResources": null,
"Status": "A",
"CustomersAffected": null,
"InternalComments": null,
"OutageDetails": null,
"Division": "SO",
"Submitter_Name": "Austin Test"
}
}
],
"deleteIds": []
}
}
]
}