|
POST
|
nope, just shared with the Org and with the following settings:
... View more
05-08-2023
06:50 AM
|
0
|
0
|
1839
|
|
POST
|
Hello I created a simple flow 3 months ago using the arcgis Connector. When a record is created, get some of the information and send an email. Everything was working fine until May 1st (as of Friday April 28th, flow was working as expected, Then starting May 1st, flow stopped working returning following error:) This is the basic flow: I have tried with different feature layers and ALSO with different office 365 sites and I am getting the same results. Any ideas? Thanks!
... View more
05-08-2023
06:26 AM
|
0
|
5
|
1857
|
|
POST
|
I believe this issue has been resolved with the latest update (https://www.esri.com/arcgis-blog/products/arcgis-online/mapping/go-beyond-the-smart-editor-using-smart-forms/) below is my revised code and not it's working as expected // Define the edit context so the value is only calculated when the feature is created
if ($editContext.editType == "INSERT") {
// Lookup the value for the last created feature
var last_feature = First(OrderBy($layer, 'FUID DESC'));
// If the last value was empty write 1, otherwise add 1 to the value
// calculate and return the next fuid
var max_fuid = last_feature.FUID
var next_fuid_number = Number(Replace(max_fuid, "EOC", "")) + 1
return "EOC" + Text(next_fuid_number, "00000")
} else {
// When the feature is updated, return the existing value in this field
// and do not calculate a new value
$feature.FUID
}
... View more
05-04-2023
01:40 PM
|
0
|
1
|
1614
|
|
BLOG
|
This is what I am using from a Fetch update: convertTimeZone(addSeconds('1970-1-1', Div(items('Apply_to_each_2')?['Attributes/EditDate'],1000),'MM/dd/yyyy hh:mm:ss tt'),'UTC','Central Standard Time','MM/dd/yyyy hh:mm:ss tt') output looks like this
... View more
04-21-2023
06:18 AM
|
3
|
0
|
4178
|
|
POST
|
I am not sure... I don't see a link to "share" that bug and when I search for that specific BUG on ESRI Support site, I get nothing.... Sorry. Perhaps you will have to open a ticket with support, mention this BUG number and that will help promote the issue? 🤞
... View more
04-12-2023
12:09 PM
|
0
|
0
|
1633
|
|
POST
|
Hello I think I know the answer but is it possible from Experience Builder (online version) to export to CSV without the X and Y values? Seems like it's possible with the Developer's edition.... Thanks! Dominic
... View more
04-05-2023
09:09 AM
|
0
|
1
|
724
|
|
POST
|
Hello in arcGIS Online, using Experience Builder, is it possible to create a polygon as a circle like it was in Web App Builder? I can't find how to do it... And if not, is it on the road map or something? Thanks!
... View more
02-22-2023
03:16 PM
|
0
|
0
|
983
|
|
POST
|
Thanks Sean for the reply. I guess I will start my Spring cleaning a little earlier this year 😁 Keep up the good work! D
... View more
02-08-2023
07:20 AM
|
1
|
0
|
1922
|
|
POST
|
Hello PA group another dumb question: Why do I have so many ArcGIS Connections listed in in Power Automate? and each time my flow has a "disconnected connection" the only way to get the flow going again is to Add a new connection. I must be doing something wrong here... Any advice on this issue of mine would be much appreciated. Thanks!
... View more
02-07-2023
08:24 AM
|
0
|
3
|
1952
|
|
POST
|
Yeah I am not sure as I believe this article was for the Old Story Map (Story Map Classic) . Not sure how the new Story Map would do the same. Sorry I can't help you more here. Good luck!
... View more
02-03-2023
12:24 PM
|
0
|
1
|
14813
|
|
POST
|
Hi Katy, I do have a storymap embed in HTML https://gis.cityofames.org/amesconstruction/index.html try this HTML code: (replace the src with the link to your own story map) <!DOCTYPE html>
<html>
<script type="text/javascript">
var http = new XMLHttpRequest();
</script>
<head>
<meta charset="utf-8" />
<title>City of Ames Construction Projects</title>
</head>
<body style="margin:0px;padding:0px;overflow:hidden">
<iframe frameborder="0" style="overflow:hidden;overflow-x:hidden;overflow-y:hidden;height:100%;width:100%;position:absolute;top:0px;left:0px;right:0px;bottom:0px" height="100%" width="100%"
src="https://storymaps.arcgis.com/stories/58266c1834d844a8ab354dca3ecdd638"></iframe>
</body>
</html>
... View more
02-03-2023
10:59 AM
|
1
|
3
|
14819
|
|
POST
|
I solved the problem. I had to convert the INPUT date value to EPOCH using the following expression div(sub(ticks(outputs('Get_a_row_by_ID')?['body/cr3c3_coaprjenddate']),ticks('1970-01-01Z00:00:00')),10000) This ArcGIS Connector is a game changer 😁
... View more
01-31-2023
07:23 AM
|
1
|
8
|
5621
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a month ago | |
| 13 | 06-29-2026 12:07 PM | |
| 1 | 03-26-2026 01:47 PM | |
| 1 | 08-05-2024 06:19 AM | |
| 1 | 06-11-2025 08:07 AM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|