|
POST
|
Hi @SeanKMcGinnis - I just wanted to circle back here and see if this was something you still may be able to help with. Thank you,
... View more
07-28-2022
06:01 AM
|
0
|
0
|
7977
|
|
POST
|
Hi @Shwu-jingJeng - I've contacted Esri support to add support for this enhancement request. I am curious, since it has been about a year since this post, if there were any updates on this from your end. Thank you,
... View more
07-15-2022
04:59 AM
|
5
|
0
|
3747
|
|
POST
|
Hi @ZhifangWang - I have sent you an email with the requested files. Thank you for your assistance with this.
... View more
07-13-2022
10:29 AM
|
0
|
0
|
5602
|
|
POST
|
Hi @ZhifangWang - When you "memory issue" - do you mean memory on my local PC/processing power, or memory issue on the Esri side of things? The summary report does not contain images (I actually thought that I images were not supported in a summary report). Our summary report looks like the example below. There are 43 rows in the table I've shown below. Each row has 3 columns of summary calculations. The survey does have attachments enabled, however I do not have a good feel for the total number that would have been present in the selected records. If this is relevant, even though images are not included in the summary report, let me know and I can spend time figuring this information out. Thank you,
... View more
07-12-2022
09:44 AM
|
0
|
5
|
5610
|
|
BLOG
|
@SeanKMcGinnis - do these new webhooks help to simplify the workflow detailed in this blog from Esri Canada? https://resources.esri.ca/getting-technical/webhooks-microsoft-flow-and-the-arcgis-rest-api-automating-your-web-gis Thank you,
... View more
07-11-2022
11:20 AM
|
0
|
0
|
22311
|
|
POST
|
@ZhifangWang @IsmaelChivite - I am seeing a similar error with the same Survey123 form and Summary Report template. This time I am attempting to generate a report for survey submissions over the entire fiscal year. There are 1,193 records selected that I am attempting to summarize. I receive this error each time I attempt to generate the report: I was able to generate other 7 smaller summary reports last Thursday for the same Survey123 form and report template (Q4 and individual month summaries). The largest number of records I selected and generated a summary report from included 509 records. I've attempted this in both Chrome and Firefox and received the same error each time. Generally this error pops up between 2 and 4 minutes after clicking "Generate". My latest job ID was 1dd4ff4b30e446dfb1e85f2305fb5dbd in case that is useful at all. Any help or advice on how to overcome this would be appreciated. Thank you,
... View more
07-11-2022
08:22 AM
|
0
|
7
|
5627
|
|
BLOG
|
@KevinBurke We are seeing errors when attempting to go offline today - this appears to be happening for multiple layers which are editable Views. Error looks like this: 6/27/22, 12:02:17 PM [DOWNLOAD] [3480d87e-8716-404c-99e4-faff86348b8c] - Error downloading map: Error Domain=com.esri.arcgis.runtime.services.error Code=500 "Unable to create replica. Please check your parameters." UserInfo={NSLocalizedFailureReason=Create replica internal error., NSURL=https://services1.arcgis.com/7iJyYTjCtKsZS1LR/arcgis/rest/services/DCR-DWSP_Trails_and_Roads_Internal_Editing_No_Delete/FeatureServer/jobs/f0e29124-256b-4851-a80f-f17d34401c56, responseJSON={ error = { code = 500; details = ( "Create replica internal error." ); message = "Unable to create replica. Please check your parameters."; }; lastUpdatedTime = 1656345735490; replicaID = "86e4a7d2-6d2c-461e-a54d-49a428557eb1"; replicaName = "MyReplica_ea94570777574f098dfab2370f0604bf"; status = Failed; submissionTime = 1656345700387; targetType = client; Could this be related to the issues above? I own the View - it is editable, sync-enabled, has editor tracking ON and allows Adds/Updates. Thanks for any help.
... View more
06-27-2022
09:54 AM
|
0
|
0
|
1696
|
|
POST
|
Hi @SeanKMcGinnis, Sure! Let me know if what I've included below is better. Thank you in advance! Syntax for addSeconds is above in original post. Syntax for addDays is above in original post. Last week I also started playing around with creating a Scheduled Cloud Flow (instead of an Automated Cloud Flow) and tried to get the workflow detailed in this post to work for what I was trying to do. I did not have a lot of time to play with it, but wasn't able to get it to work. Here I got an error at the Generate Server Token step (which I have never had issues with in my other Flows which follow this exact workflow, but use the trigger "When a http request is received" instead of a Recurrence). I was hoping to get back to testing this particular setup sometime next week. Error: Unable to process template language expressions in action 'Generate_Server_Token' inputs at line '0' and column '0': 'The template language function 'first' expects its parameter be an array or a string. The provided value is of type 'Null'. Please see https://aka.ms/logicexpressions#first for usage details.'. If you're able to help here, it would be incredible!
... View more
06-22-2022
01:10 PM
|
0
|
0
|
8019
|
|
POST
|
Hi - I am familiar with using Power Automate to do various (simple) things with Survey123 & feature services, however I am using a new connector and am baffled by the error I am receiving. Goal: Send an email x days after the date stored in the "File_Complete_Date" attribute field of my data. I am testing with a 2 day delay, but if I can get this to work the delay would be 55 days. I want to use the Delay until action to accomplish this, however I receive this error when I test my Flow. Unable to process template language expressions in action 'Delay_until' inputs at line '0' and column '0': 'The template language expression 'addDays(triggerBody()?[outputs('Convert_File_Complete_Date')],2)' cannot be evaluated because property '{ "body": "6/16/2022 12:00 AM" }' cannot be selected. Please see https://aka.ms/logicexpressions for usage details.'. Here is what my Flow looks like, and below is the syntax I am using. Convert File Complete Date = addSeconds('1970-1-1', Div(triggerBody()?['feature']?['attributes']?['File_Complete_Date'], 1000), 'MM/dd/yyyy') Delay until = addDays(triggerBody()?[outputs('Convert_File_Complete_Date')],2) Any suggestions would be appreciated. Also, if this is not the best way to accomplish an email notification 55 days later, I would love suggestions on alternative options!
... View more
06-17-2022
06:54 AM
|
1
|
12
|
9691
|
|
POST
|
Hi - I am familiar with using Power Automate to do various (simple) things with Survey123 & feature services, however I am using a new connector and am baffled by the error I am receiving. Goal: Send an email x days after the date stored in the "File_Complete_Date" attribute field of my data. I am testing with a 2 day delay, but if I can get this to work the delay would be 55 days. I want to use the Delay until action to accomplish this, however I receive this error when I test my Flow. Unable to process template language expressions in action 'Delay_until' inputs at line '0' and column '0': 'The template language expression 'addDays(triggerBody()?[outputs('Convert_File_Complete_Date')],2)' cannot be evaluated because property '{ "body": "6/16/2022 12:00 AM" }' cannot be selected. Please see https://aka.ms/logicexpressions for usage details.'. Here is what my Flow looks like, and below is the syntax I am using. Convert File Complete Date = addSeconds('1970-1-1', Div(triggerBody()?['feature']?['attributes']?['File_Complete_Date'], 1000), 'MM/dd/yyyy') Delay until = addDays(triggerBody()?[outputs('Convert_File_Complete_Date')],2) Any suggestions would be appreciated. Also, if this is not the best way to accomplish an email notification 55 days later, I would love suggestions on alternative options!
... View more
06-17-2022
05:54 AM
|
0
|
0
|
1157
|
|
POST
|
Thank you for that help - I was not quite doing it this way. I was trying to set up one field for my link (which is type=text, but appearance=calculation and then a concat statement in the calculate column to generate the URL from a base URL and then 3 different fields in the form) and then a note which has the a href in the "label" column. Adding an intermediate calculate question for 'mylink' with your example above worked perfectly. My quotes were also a bit different from what you've shown, so seeing the second example was very helpful. I appreciate the help!
... View more
05-23-2022
11:51 AM
|
0
|
0
|
4607
|
|
POST
|
Hi, I was reading this blog post on the December 2021 update and was hoping for some clarification on this bug, which was marked as resolved in the post: BUG-000130873 The Survey123 web application does not honor HTML tag formatting set on surveys published from Survey123 Connect. I have a Survey123 form, which I am designing in the latest version of Connect. The URL I am creating works perfectly in Connect when I test, but as soon as the form is published the web form (which I have embedded in a Dashboard) does not work. Please see details below. I am having some issues with an a href statement working properly. It works perfectly in the field app and Connect (latest version downloaded today). Here is what I see in my form within a Dashboard; the blacked out portion is a read-only URL to SharePoint, while the hyperlink is in a 'note' and should say "View Project Files" and bring the user to the SharePoint location from above: The URL is completely different than what is specified; it goes here instead: https://survey123.arcgis.com/share/v3.14/ I have tried the a href statement with a : and = after 'target' and get the same result. Here is the XLSForm: Is this expected behavior? Any advice would be appreciated.
... View more
05-23-2022
07:05 AM
|
0
|
2
|
4668
|
|
POST
|
Hi Josh, Thank you! I guess that I thought the way I'd linked in the HTML would overcome the logic in my Iif & IsEmpty statements. Your solution works perfectly and is much appreciated (as always!).
... View more
05-20-2022
08:35 AM
|
2
|
0
|
3249
|
|
POST
|
Hi - I am customizing a list within my Dashboard and running into some odd behavior I am hoping for some help with. My feature layer has a field "Project_Folder_URL" which leads off to a SharePoint site. I want this URL to appear, for records which have it, in my customized list as a link that says "View Project Files". This is where I run into issues. I have this variable in my data expression for the list: var link = Iif(IsEmpty($datapoint["Project_Folder_URL"]), '', 'View Project Files');
return {
textColor: '',
backgroundColor: Iif($datapoint["Condition_ContMonitor"] =="Yes", '#3a0000', ''),
separatorColor:'#',
selectionColor: '#cccccc',
selectionTextColor: '',
attributes: {
cardHeight: 'auto', // Set consistent height or use 'auto'
cardBkgColor: '#ffff', // Choose a color such as rgba(150, 130, 110, 0.1),
radius: '5px',
value: $datapoint.DCR_File_Number,
valueSizePx: 18,
AppStatusIcon: AppStatusIcon,
AppStatusTxt: $datapoint.Application_Status,
title: Proper($datapoint.Lot_Address) + Proper($datapoint.ROW_Name) + ', ' + Proper($datapoint.Lot_Town) + Proper($datapoint.ROW_Town),
titleFontSize: '14px',
description: 'Request Type: ' + DomainName($datapoint,"Request_Type"),
maxDescriptionLines: 1, // ( <integer> | none )
project_url: link,
footerColor: '#EFECE2',
footerText: flexItems I return it in line 20. Within my HTML, you can see this expression called here: <div style="-webkit-box-orient:vertical; -webkit-line-clamp:{expression/maxDescriptionLines1}; display:-webkit-box; font-size:12px; font-weight:200; margin-bottom:0.3rem; opacity:0.6; overflow:hidden; padding:0.3rem 0; text-overflow:ellipsis"><a href="{expression/project_url}">{expression/project_url}</a></div> The list item looks great, however the URL being created in the list element is incorrect - it actually just changes the URL to that of the Dashboard for each item in the list. If I change my data expression (line 1 only - the return statement in line 20 remains the same) to the following, then the link is correct and works. var link = $datapoint["Project_Folder_URL"]; The issue here is that this is what my list element looks like: Help understanding why the Iif & IsEmpty statements return the Dashboard URL instead of my project URL would be appreciated. Thank you,
... View more
05-20-2022
07:49 AM
|
0
|
3
|
3304
|
|
BLOG
|
@IsmaelChivite - Should this bug be fixed in the web application if a Survey123 form is embedded in a Dashboard? BUG-000130873 The Survey123 web application does not honor HTML tag formatting set on surveys published from Survey123 Connect. I am having some issues with an a href statement working properly. It works perfectly in the field app and Connect (latest version downloaded today). Here is what I see in my form within a Dashboard: The URL is completely different than what is specified; it goes here instead: https://survey123.arcgis.com/share/v3.14/ I have tried the a href statement with a : and = after 'target' and get the same result. Here is the XLSForm: Is this expected behavior? Thank you,
... View more
05-18-2022
09:51 AM
|
0
|
0
|
1507
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 2 weeks ago | |
| 1 | 09-06-2022 09:14 AM | |
| 6 | 10-24-2024 12:04 PM | |
| 1 | 04-28-2021 09:14 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|