POST
|
Hi Matt, This is a good suggestion to provide additional documentation for this scenario. We will look at this for a future update. Until then, I think you can leverage the existing documentation for sending emails with Power Automate to start your flow and then just tweak the flow to do a reverse geocode as well. Below is a screenshot of my flow to get this working and I have highlighted the settings I use for the reverse geocode step. Then after the reverse geocode I am using the Update a record in a feature layer action to update the original feature's location field with the result from the reverse geocode. Hope this helps you get this implemented in your organization. -Chris
... View more
a week ago
|
1
|
1
|
79
|
POST
|
Hi @cmerwin, unfortunately the ability to reverse geocode a point to get the address from the feature is not available in Arcade at this time. This is why this feature is not available yet as you have described we have focused on doing as much as possible within the form configuration in the layer rather than having custom functionality in the app itself. We are hoping this feature is added to Arcade in a future release and then we will be able to support it in the solution out of the box. One option since you are already Microsoft Power Automate is to use the Reverse geocode action that is available directly in Power Automate. In your flow you could do this before sending the e-mail to get an address from the point. You could also use the flow to update the location field on the feature. https://doc.arcgis.com/en/power-automate/latest/automate/actions.htm#ESRI_SECTION1_C30D73392D964D51A8B606128A8A6E8F
... View more
4 weeks ago
|
0
|
3
|
145
|
POST
|
@JohnWatermolen_OCGIS, the error you are seeing was introduced at Pro 3.4. If you deploy the latest version of the solution (v2.4) in AGOL you can get the latest version of the tool that resolves this issue: https://doc.arcgis.com/en/arcgis-solutions/latest/reference/introduction-to-address-data-management.htm#ESRI_SECTION1_8D48881D377E452FA8E22A939FBBF1F6
... View more
07-21-2025
06:32 AM
|
0
|
0
|
130
|
IDEA
|
@Alex_755, we recently added the ability to visualize the solution items and their dependencies via a diagram in the Solutions app. From the My Solutions page you can click the 'View Diagram' button. The diagram will display the items and draw arrows between dependent items. You can select an item in the diagram to highlight its dependencies. This functionality is available in ArcGIS Online and Enterprise starting at 11.5.
... View more
05-22-2025
11:01 AM
|
0
|
0
|
280
|
POST
|
@dsinha, I think I understand now. You would like to know if you can deploy the solutions now at 11.2 and minimize the amount of work you need to do at 11.4 to get the updated versions. I will say it will depend on the solution. The best way is to refer to the documentation and compare the version and release notes between 11.2 and 11.4. For example, the Plans and Drawings and Lead Service Line Inventory solution have not changed between 11.2 and 11.4. So you can deploy it now and won't need to do anything at 11.4. For other solutions like Public Parking, or Stormwater Data Management there was just a minor version change between 11.2 and 11.4 (ex. 1.0 -> 1.1). In this case we just updated the apps and made no changes to the feature layers. So if you deploy it now and load your data into the layers, you can deploy the update at 11.4 and it will just create new apps on top of the existing layers. There will be no need to move data to new layers. For other solutions like Special Event Operations there was a major version change between 11.2 and 11.4 (ex. 2.2 -> 3.0). In this case the 11.4 version will deploy new feature layers in addition maps and apps. You can't just swap out the new layers for the old layers because we introduced schema changes that are required for the solution to function as expected. So my recommendation would be to start with the solutions that don't change between the versions first. Then you can move to the solutions that have just a minor version change, because the work you do now to load and create your data will continue to work when you deploy the update at 11.4. Finally you can deploy the solutions that had a major version change now, but understand that migration will be a little more involved once you deploy the update at 11.4. It will evolve loading data from the old layers into the new layers and potentially populating additional attributes as needed for the solution.
... View more
04-17-2025
08:50 AM
|
1
|
1
|
631
|
POST
|
@dsinha, could you provide a little more information on the issue you are running into, what solution(s) you are using, and what you are hoping to accomplish?
... View more
04-17-2025
06:41 AM
|
0
|
0
|
645
|
POST
|
I want to add some additional clarity in the response. When you upgrade to a newer version of Enterprise the solutions that are available to deploy from the ArcGIS Solutions app in Enterprise will be the latest versions for that release of Enterprise. However, the solutions that you have already deployed on your Enterprise will not automatically update to the latest version when you update to a newer version of Enterprise. You would need to deploy the latest version to get the updated items. In addition, deploying the update will not update your existing items, it will create new items. This is by design as it is not possible for us to reliably update existing items, because once the items are deployed you can make any modifications you want to them. If you are curious which versions of a particular solution are available at a given Enterprise release you can view this from the help for the solution. Select the version of Enterprise under the 'Other versions' dropdown and review the release notes at the bottom of the help topic. https://doc.arcgis.com/en/arcgis-solutions/11.4/reference/introduction-to-citizen-problem-reporter.htm
... View more
04-17-2025
06:18 AM
|
0
|
0
|
651
|
POST
|
@ACrateau, you could refer to our documentation for the solution in Enterprise 11.3 which had the 2.0 version. It would almost identical to the doc that was available previously for AGOL. https://doc.arcgis.com/en/arcgis-solutions/11.3/reference/introduction-to-citizen-problem-reporter.htm
... View more
04-16-2025
10:42 AM
|
0
|
0
|
221
|
POST
|
@Dawn_Scott, you can't use arcade to conditionally show different request types based on the selected category. Instead in the new version of the app we are using Contingent Values configured on the layer to drive this behavior. The help documentation below describes how you can use a Notebook and a CSV provided in the latest version of the solution to apply your request categories and types to the feature layer in the solution. https://doc.arcgis.com/en/arcgis-solutions/latest/reference/configure-citizen-problem-reporter.htm#ESRI_SECTION1_64BA96A144634860A104787C94FFD308
... View more
04-10-2025
11:11 AM
|
0
|
0
|
428
|
IDEA
|
@Marisa_Valencia, I wanted to follow-up on a couple of your comments. When we evaluated the ERG widget functionality in WAB and considered the options available in the platform we made the decision to go the route of a hosted Notebook + Web Tool. This was not because there was an issue with building it as a widget in ExB, but rather because this was inherently an analytical workflow. In addition, because we have implemented this as a Web Tool, you now have much more flexibility to how you run this analysis, whether that be from ExB, the Map Viewer, from a custom app, or script it using python, or future web or desktop clients. Finally, because the code is implemented via a python notebook and a CSV that drives the parameters for the analysis, we feel this approach makes it much easier for users to customize the analysis or tool. We also evaluated the functionality of the Threat Analysis widget as well. We determined there was enough of a difference in the input parameters that combining them into a single analysis tool would complicate the user experience of both. At this time we don't have plans to build a Threat Analysis Notebook + Web Tool. However, the logic in the ERG Notebook could be modified to fit the Threat Analysis workflow as essentially it is taking an input and creating buffers based on specified criteria.
... View more
04-03-2025
05:51 AM
|
0
|
0
|
460
|
POST
|
@JohnWatermolen_OCGIS, yes I would be interested in trying to troubleshoot this with you. Maybe if you could share some screenshots or even a short video demonstrating the problem it might help to see what is causing the issue.
... View more
03-31-2025
08:03 AM
|
0
|
0
|
287
|
POST
|
In my experience it is common for the portal to not be accessible from outside the organization's network, i.e. only users on the internal network can connect to the portal. However, it is less common that all the users connecting to the portal on the internal network also do not have external access to the internet. If you can connect to the Portal on your internal network, i.e. login in to the portal via your browser, from your computer and your computer has access to the internet, than you can deploy solutions to Enterprise. It is very easy to test this out. Connect to the portal from your machine via the browser, open the Solutions app from the app launcher in portal, and if any solutions load then you can deploy them to your portal. With regards to the next logical step of moving the Road Closures solution to Enterprise. I would say it depends on your use of the solution. If you intend to share your road closures out with the public or to the community maps program I would say Online is a great environment for this as it is easy to share out with the public and always up and available.
... View more
03-21-2025
08:01 AM
|
0
|
1
|
397
|
POST
|
@CodyLyons, a couple of things here. First, it is very common that the servers hosting enterprise are behind a firewall and have no access to the internet, but does this also mean that your Desktop that you use to connect to the Portal also doesn't have access to the internet? If your Desktop has access to the internet and you can connect to the Portal on your internal network you can still deploy ArcGIS Solutions into your portal. To do this you would go to the app launcher within Portal and open the Solutions app. From there you can search for the solution and deploy it into your portal. Second, if you are interested in sharing your closures with the Community Maps program, as discussed in the blog below, I would still recommend you use ArcGIS Online to host this solution. It is possible to deploy the solution to Enterprise, but you would need a way to share the road closures feature layer with ArcGIS Online so that it could be shared with the Community Map program and be aggregated and shared with our consumer mapping partners. https://www.esri.com/arcgis-blog/products/arcgis-solutions/local-government/smooth-riding-with-the-road-closures-solution/
... View more
03-20-2025
02:17 PM
|
0
|
1
|
417
|
POST
|
This is not currently possible in the latest version of the Citizen Problem Reporter solution and the new ArcGIS Instant Apps Reporter template. We are looking at adding this capability later this year.
... View more
03-13-2025
12:38 PM
|
1
|
1
|
329
|
POST
|
Based on this I would recommend you use ArcGIS Pro to author a new line layer with a related table and publish them as a new hosted feature layer in ArcGIS Online. You could then add this to a web map and configure the forms on the line layer and related table to support the similar commenting behavior on line features. In ArcGIS Pro you can also configure the contingent values on the line feature class before your publish so there is no need to update the notebook to work against the line layer. I think this is definitely achievable, just need to use Pro to author the feature layer with related table.
... View more
02-19-2025
11:02 AM
|
0
|
0
|
525
|
Title | Kudos | Posted |
---|---|---|
1 | a week ago | |
1 | 03-06-2023 06:12 AM | |
1 | 04-17-2025 08:50 AM | |
1 | 03-13-2025 12:38 PM | |
1 | 02-07-2025 12:47 PM |
Online Status |
Online
|
Date Last Visited |
5 hours ago
|