POST
|
Still waiting for a response. Have you had any luck in trying to figure out how to create the PCF Component. I have been working on a leaflet based solution.
... View more
10-30-2024
08:54 AM
|
0
|
0
|
1272
|
POST
|
I hope this message finds everyone well. I’m reaching out to gather some insights or updates regarding an intriguing feature that was discussed back in April during the Esri Developers Conference. During one of the sessions, Sean showcased a promising workflow that involved using a code component in PowerApps to embed and interact with maps from ArcGIS Online directly within the PowerApps platform. https://mediaspace.esri.com/media/t/1_nrc0b6s6 The demonstration piqued my interest and, I believe, the interest of many others looking to leverage AGOL within the Power Apps ecosystem. However, since the conference (and after scouring the web for tutorials and code samples, I have not seen any new developments: I am particularly interested in any progress or official rollout plans regarding: • The code component for embedding ArcGIS Online maps in PowerApps. • Documentation or tutorials guiding the integration process. • Any specific timelines for wider availability of these features to the community. This integration represents a significant step forward in bridging GIS capabilities with business applications, enhancing data visualization, and decision-making processes. If anyone has insights, further information, or can point me towards relevant resources or contacts who might assist, it would be greatly appreciated. If anyone from Esri reads this, please note that if the idea is to add this capability using geospatial control in PowerApps, those using the Microsoft GCC tenant (state and federal gov) will NOT be able to use this functionality as our tenant documentation states that geospatial controls are not available for government clients. Thank you for your time and assistance. Looking forward to any updates or guidance from the community.
... View more
02-08-2024
09:56 AM
|
8
|
2
|
2228
|
IDEA
|
Just ran into this same limitation in the expression builder for a button. Update: I went in to the UI code by inspecting the element and copy and pasting the expression there.
... View more
12-13-2021
05:17 AM
|
0
|
0
|
3191
|
IDEA
|
Has anyone read any updates on when this might be available? "Attribute rules – are user-defined rules that can be used to automatically populate attributes, restrict invalid edits, and perform quality assurance checks on existing features when they are submitted. Attribute rules are coming to hosted feature services and to forms so that you can execute business logic in your form connected or offline. " Apart from this non-committal timeline, can we expect an update this summer?
... View more
05-11-2021
12:28 PM
|
0
|
0
|
5630
|
IDEA
|
Good Morning, Does anyone know if this is still an issue in Field Maps as well?
... View more
05-05-2021
03:35 AM
|
0
|
0
|
4284
|
POST
|
Hi David, I was looking for the same functionality and came across this post. I cant for the life of me find the ENABLE MAXIMUM ITEMS FOR 1. On the contents panel for the list widget. Any help would be greatly appreciated.
... View more
04-05-2021
07:43 AM
|
0
|
1
|
3788
|
IDEA
|
This would be amazing. I just ran into the same issue.
... View more
03-22-2021
06:48 AM
|
0
|
0
|
1999
|
POST
|
Such a helpful post, learned how to looks at how Postman structures the request. I was wondering if your were still having success with this method. I has success posting using Postman but when I try to structure the POST request using the code from Postman, I am getting the 200 code response but the data is not being pushed to the hosted feature layer. I have shared the layer publicly in order to avoid dealing with the token for now. Any ideas? Or suggestion? Would be deeply grateful!
... View more
01-24-2021
05:39 AM
|
0
|
1
|
4806
|
POST
|
Hey Johan, What route did you end up going with to refresh your cloud based table? With the rise of Microsoft Flow and the ability to run flows on the cloud, I had a similar need to you relative to creating an automated way of refreshing this table data. Has anyone had any luck replicating this workflow using REST endpoint interactions using POST? I am trying to use a table that receives data updates to run the upsert function on another layer.
... View more
01-05-2021
05:08 AM
|
0
|
0
|
2168
|
POST
|
Good Morning Daniel, I believe collector only works on Windows 10 or higher. In addition, I would encourage you to develop a workflow on Collector as Collector Classic is scheduled to be discontinued by the end of the year. Collector Classic is retiring
... View more
08-13-2020
05:33 AM
|
0
|
0
|
690
|
POST
|
I have previously used this Arcade expression with other datasets and haven not had any issues, I tried running this expression today: var portal = Portal('https://mass-eoeea.maps.arcgis.com'); var features = FeatureSetByPortalItem(portal, 'ed174bb08dc34850ac8d0e719cae0c72', 0, ['*'], true); var open = $feature; var landid = contains(open, features); var cnt = Count(landid); var resultado = "This Open-Space parcel contains " + cnt+ " "+ "Land ID Points"; for (var f in landid) { resultado += TextFormatting.NewLine + "Land Id(s):" + text(f.id) } return resultado When I test the expression out in the webmap, I get the expected results: Result :Value Result: This Open-Space parcel contains 1 Land ID Points Land Id(s):10196 Type: String However, when I try running the expression using the field calculator on a string field (255 characters) in the $feature, I keep getting this error message, a._known.slice is not a function Can anyone point me in the right direction as to what I am doing wrong with my syntax?
... View more
08-12-2020
11:49 AM
|
0
|
1
|
1420
|
POST
|
I really find the crowdsource manager app to be an excellent app for non-GIS user. However, there are instances where it would be highly beneficial to use a sort of a "Select All" button that selects all the records after you've used a filter. Control + select works fine when you have a a few features to edit, but it becomes an onerous process when there are a hundred features. Has there been any development in trying to add a select all button?
... View more
06-22-2020
10:27 AM
|
0
|
1
|
1648
|
Title | Kudos | Posted |
---|---|---|
8 | 02-08-2024 09:56 AM |
Online Status |
Offline
|
Date Last Visited |
10-30-2024
06:04 PM
|