|
POST
|
I'm also trying to set up Power Automate to send an email notifictions when reports are submitted through ArcGIS Citizen Reporter application. And I'm running into an issue with one of my flows. Here is my workflow: 1. Report is added through the citizen reporter 2. Status value 'Submitted' is assigned by default, when report is created 3. I have a python script running every 5 minutes, the scripts checks all new features added and based on location of the feature, it calculates' Geographic Assignment' field for each added report 4. Once 'geographic assigment' field is calculated I would like my Power Automate Flow to run, and make some aditional updates to the feature, and then send an email. 5. The flow is getting triggered, but it doesn't seem to pick up the edits so condition is not met and email is not getting sent. I cannot figure out why the flow is not recognzing the update to the 'Geographic assignment' field? A side note, the flow will run if I manually edit one of the fields (after 'geographic assignment' field was already populated) Here is my Flow:
... View more
09-27-2023
02:38 PM
|
0
|
1
|
4630
|
|
BLOG
|
Thank you @SarahRijneke your expression worked for me.
... View more
09-11-2023
12:53 PM
|
1
|
0
|
3495
|
|
BLOG
|
I am new to power automate. I am try to send email when feature is updated. I'm able to get most of flow working, but I am stucked on date formatting. As part of dymanic content I would like to include 'CreationDate' field, but I keep getting and error; 'Unable to process template language expressions in action 'Convert_time_zone' inputs at line '0' and column '0': 'The template language function 'Div' expects its first parameter to be an integer or a decimal number. The provided value is of type 'Null'.' This is the expression I put into Convert Time Zone widget addSeconds('1970-1-1', Div(triggerBody()?['feature']?['attributes']?['CreationDate'], 1000)) Thank you,
... View more
09-11-2023
12:35 PM
|
0
|
0
|
3510
|
|
IDEA
|
Yes, it would be very nice to have an option to expand grouped layers by default within ExB Layer widget
... View more
08-16-2023
07:18 AM
|
0
|
0
|
5804
|
|
POST
|
If the hosted view you are having issue updating is a part of the Survey123, this solution worked for me. https://support.esri.com/en-us/knowledge-base/problem-survey-results-are-not-updated-in-arcgis-survey-000016667
... View more
07-07-2023
09:58 AM
|
0
|
0
|
4039
|
|
POST
|
@jcarlson If I hard code the Globalid this is what query looks like, and the output returns just that record, as expected If my 'where' statement is 1=1, it return all records, as expected But if I add a variable for my 'where' statement, GlobalId = 'global id from related table' (I tried double quotes, single quotes, no quote), the query shows nothing for global id, and I am getting error in output This is what I have for my POST configuration Thank you,
... View more
05-17-2023
07:00 AM
|
0
|
0
|
1867
|
|
POST
|
Hello, I am building an Integromat (Make) scenario, and cannot get it to work. Here are details of my scenario: I have a hosted feature service with a related table The data is secured, so I am getting a token The end goal is to update some fields in the related table So every time a new related record is added to the feature, I would like to grab some attribute values and from the parent feature, and add those attribute values to the related (child) record. The first issue I am running into is that I cannot seem to query the 'parent feature' in the HTTP 'make a request' module. I cannot get the 'where' query to work, unless I hard code the value. It seems like I am missing something simple over here, but cannot figure out what? If I hard code the value for 'GlobalID' then the 'where' query in 'Make a request' module works as expected. However, when I try to update feature using POST method, I am getting the following error: I would very much appreciate any suggestions/ideas. Thank you, Nataliya
... View more
05-16-2023
02:34 PM
|
0
|
3
|
1890
|
|
BLOG
|
I am wondering if the URL parameters search would work if I embed Citizen Reporter application into Experience Builder site. From a little bit of testing i have done, I cannot get it working. Here is my experience builder site: https://experience.arcgis.com/experience/3138d7fedb644db688f8646d4364a339 And here is the site, I am trying to embed with parameters https://omaha.maps.arcgis.com/apps/CrowdsourceReporter/index.html?appid=7bfb0ea7720b4ec1a45cdb58c2a5754a&webmap=6b8697f0a6f045e28bed8fd192e34bae&layer=CitizenProblemReportsTryitLive_9331&selectedFeature=43276 Thank you,
... View more
03-31-2023
12:11 PM
|
1
|
0
|
10984
|
|
POST
|
I am having the same issue with a Search Widget. I cannot figure out how to clear the location point from the 'previous' address search and show location for the address new search.
... View more
03-28-2023
09:32 AM
|
1
|
0
|
2005
|
|
POST
|
I ran into the same issue, where I couldn't preview survey123 hosted layer in Web Map Viewer. Unless I changed that setting 'What features can edits see?". However, once I try to open the hosted layer in the Web Map viewer my survey123 seems to be 'corrupted', I can no longer submit any surveys, and get an error below. I am trying to understand why is that happening and is there a way to fix it? Thank you.
... View more
12-22-2022
01:23 PM
|
0
|
0
|
4808
|
|
POST
|
Hello @ZacharySutherby , Thank you for your suggestions. I tried zipping up the survey folder and was able to successfully upload it to the Portal as Desktop Application Template. I also tried publishing the survey to AGO and was able to publish it successfully. I don't believe we have any upload limits set up on the webserver. Unless there is something specific you can point me to? Thank you, Nataliya
... View more
11-29-2022
01:38 PM
|
0
|
0
|
1053
|
|
POST
|
I am trying to publish a survey from Survey123 Connect to Enterprise Portal, and I keep getting a timeout error. Its relatively large survey (over 700 fields). I have tried to add repeats to break it down into several several tables, but I'm still getting the same error. The survey has a number of groups with table-list appearance. The first question in the survey is Department name (user selects from drop down). Second questions is a note. And third question is a number of questions 'grouped' together. It depends on which department is selected in the first question, a list of job title is show for that department. In here user has to select to which 'Group' each job title belongs to. I checked the field names, field name length, and anything I can think off, but cannot publish the survey. I created a smaller subset of my survey, and was able to publish it successfully. It makes me believe that the issue is with the size of my survey. Here is a image from the survey:
... View more
11-22-2022
01:03 PM
|
0
|
2
|
1102
|
|
POST
|
I am working on a series of story maps, all built using existing feature service, and images from attachments. I am using Explorer/Grid layout, and there seems to be an empty space about image grid. I tried both Grid and List layout and got the same behavior. (see attached image). Is there a way to get rid of that space?
... View more
02-14-2022
09:56 AM
|
1
|
1
|
1054
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 4 weeks ago | |
| 1 | 01-12-2026 08:05 AM | |
| 1 | 11-03-2025 08:46 AM | |
| 1 | 01-08-2021 01:20 PM | |
| 1 | 05-24-2024 06:34 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|