|
POST
|
But your flows have to be in a solution, right? Thats the main point, use a solution.
... View more
|
0
|
1
|
57
|
|
POST
|
I have had issues with links working in iOS 17.x but did work in 18.
... View more
Friday
|
0
|
0
|
22
|
|
POST
|
Since the update (and after we updated hundreds of connections) I have I identified two instances where data was submitted, and the survey123 trigger was completely bypassed. This seems to be completely random as I have had them copy and resend and the second entry was successful. I am concerned that this will continue and cause us to rethink ArcGIS connectors. Unfortunately, we have no way of knowing until the customer contacts us.
... View more
|
0
|
0
|
25
|
|
POST
|
Seems like at about 2pm all of our connections stopped working. They all return unauthorized and will not let us Switch Account. If I create a new connection it seems to work but we have dozens of flows and it is not realistic to update with new connections.
... View more
|
0
|
4
|
271
|
|
POST
|
Maybe a link to a dashboard what filters on the feature. I don't think you will get your attachment link to work without a token.
... View more
3 weeks ago
|
2
|
1
|
466
|
|
POST
|
https://services7.arcgis.com/ Yes, AGO Connector. They made about 5 inserts and the first one triggered fast and the last 4 triggered at about the 15 min mark. It's a point FC with about 400 features.
... View more
3 weeks ago
|
0
|
0
|
303
|
|
POST
|
You can check and reduce the polling interval if the connector allows it. Not sure where this is done - can you do it on When a record is created in a feature layer within power automate?
... View more
3 weeks ago
|
0
|
1
|
331
|
|
POST
|
My operators made some edits in field maps and it took 15 minutes for When a record is created in a feature layer to be triggered. Is there a way for this to be faster, why does it take so long?
... View more
3 weeks ago
|
0
|
5
|
384
|
|
POST
|
Can SurveyManager access the survey123 properties that include webooks. I am trying to export a list of Surveys (and HFS for that matter) with webooks.
... View more
4 weeks ago
|
0
|
0
|
164
|
|
POST
|
Other than field calculation, NO, they're called attribute rules and they are only for enterprise. We all want this feature badly.
... View more
04-07-2026
02:59 PM
|
0
|
1
|
500
|
|
POST
|
I have a GP tool that creates a pdf map. My public AGO services will not show up when exported but the NOAA weather station AGO services do show up. I am hosting my GP tool on my portal and referencing the public AGO services. Any reason why some show up and some don't?
... View more
04-02-2026
08:47 AM
|
0
|
0
|
272
|
|
POST
|
I am trying to update my spatial view rings in the service defintion with the script below. It returns Update response:
{'success': True} but the service does not update. What am I missing? itemid = "XXXXXXXXXXXXXXXXXXXXXX"
view_item = gis.content.get(itemid)
view_layer = view_item.layers[0]
new_rings = [
[-107.410893147789, 37.0587069440029],
[-107.735363597039, 37.0894217540605],
[-107.695531014991, 37.0676617431684],
[-107.705664997627, 37.0367398691148],
[-107.789459026389, 37.0351318539168],
[-107.810893147789, 37.0587069440029] # close the ring
]
update_definition = {
"adminLayerInfo": {
"viewLayerDefinition": {
"filter": {
"value": {
"geometry": {
"rings": [new_rings]
}
}
}
}
}
}
update_response = view_layer.manager.update_definition(update_definition)
print("Update response:\n", update_response)
... View more
03-27-2026
06:52 AM
|
0
|
0
|
303
|
|
POST
|
The filter works as expected until I click apply, then the spatial disappears from the map. The attribute table correctly reflects the filter. Possibly only date filters.
... View more
02-26-2026
11:23 AM
|
0
|
6
|
919
|
|
POST
|
I tried to use IN but I am not sure how to add those as a variable in the clause, as you can see it gives you the option of Selected features, then fields, but I don't know what that actually looks like when the variable is generated. In other words, what does {objectid} equal when Selected features is selected?
... View more
02-17-2026
11:54 AM
|
0
|
0
|
274
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 3 weeks ago | |
| 1 | 08-21-2025 06:21 AM | |
| 1 | 02-11-2026 05:13 AM | |
| 1 | 02-10-2026 09:07 AM | |
| 1 | 02-10-2026 09:26 AM |