|
BLOG
|
The URL schema that I previously sent should accomplish this for you. In my use case, I am launching Survey123 from an existing waypoint in Collector. My URL passes through a variety of attributes, but it also passes the XY coordinates into my Geopoint question.
... View more
09-14-2018
04:49 AM
|
0
|
0
|
15066
|
|
POST
|
Thanks Tony. I didn't notice this but will pay attention in the future.
... View more
09-13-2018
04:46 AM
|
0
|
0
|
6712
|
|
BLOG
|
You can pass coordinates between Collector & Survey123 using a custom URL formatted in a similar way to this example - arcgis-survey123://?itemID=[enter item ID here]¢er={Y},{X} Just be sure to drop the brackets around "enter item ID here" when you add that in. Also, make sure you point layer has Lat/Long written to the attributes.
... View more
09-13-2018
04:45 AM
|
0
|
0
|
15066
|
|
POST
|
Robert, Was this ever corrected in 2.2? I've read the release notes but didn't see this specifically called out. Thanks, Erica
... View more
09-07-2018
09:02 AM
|
0
|
2
|
6712
|
|
BLOG
|
Hi James, Thank you for getting back to me. I haven't been able to get the calculation above to work. I've been fiddling around with it, and none of my test iterations have worked properly - everything is still showing up as the UTC time. Just to confirm, within my dateTime row in my XLS, my default = now(), and my calculation = now()+pulldata("@property, "utcoffset")*1000*60*60 I've tested this by actually switching out "@property" and "utcoffset" with values of dateTime and -04:00 respectively.I've received no errors when saving the XLS, or validating the input, however when I enter a test survey and view it in Pro, the time is still in UTC. I'm sure it's something very basic I am missing.
... View more
08-30-2018
05:33 AM
|
0
|
0
|
82567
|
|
BLOG
|
If I have a dateTime question in my survey that defaults to now(), should the following calculation ensure that when the data is exported to Excel, or viewed in Pro that the time within my dateTime field will be in my proper time zone, instead of UTC? Calculation: pulldata("@property", "utcoffset") Thank you!
... View more
08-29-2018
05:29 AM
|
0
|
0
|
82568
|
|
POST
|
Hi Mike, I just had to run though the process of reconnecting three times, and finally I was able to see my dynamic content! Not sure why it didn't work on the first try for me, but I finally got it.
... View more
08-17-2018
11:36 AM
|
1
|
4
|
2857
|
|
BLOG
|
When I have my Survey123 app set to accept "all barcodes", I end up with a garbled input that matches a alphanumeric code on the back of my license. When I change the barcode type specifically to PDF417, I am unable to scan my license at all. Are there additional steps I need to take within my XLS form before the scanner will function properly? If there are, do you know of any resources detailing how to break out the content from the barcodes? Thank you!
... View more
08-17-2018
11:35 AM
|
0
|
0
|
21247
|
|
BLOG
|
Is the barcode scanner compatible with driver's license?
... View more
08-17-2018
10:56 AM
|
0
|
0
|
21247
|
|
POST
|
I'm using ArcPro 2.2 and ArcMap 10.5.1, and can't get either the Project-Z OR Alison Walker's workaround to work. The elevation values do not change. Is this a known bug?
... View more
08-17-2018
10:29 AM
|
0
|
1
|
2889
|
|
BLOG
|
Will the option to update this ever be exposed via the REST 'update definition' page?
... View more
08-08-2018
04:42 AM
|
0
|
0
|
33140
|
|
BLOG
|
I've followed the same workflow as I had in the past for publishing a feature class with related table and GlobalID/GUID, and just saw this error for the first time. I've tried the workaround for HOSTED feature services with relationship classes/attachments; it took me a bit to realize I needed to update the attachment relationships as well (oops). I do have a few questions though: Also, will this now affect already existing surveys that had previously functioned fine if Survey123 3.0 is downloaded? Is this something that will be easier to deal with in the future/will this be fixed so this work around doesn't need to be used? Also, is there a way to go in via REST/admin to change the 'false' to 'true'?
... View more
08-06-2018
10:41 AM
|
1
|
0
|
33140
|
|
BLOG
|
Ismael, thanks for putting me onto the right track! I was finally able to get this to work by changing the following parameters: 1) Within Convert time zone, my Format String is now 'yyyy-MM-ddTHH:mm:ss.fffZ' 2) My source and Destination time zones are both set to UTC-05:00 (which seems strange to me, but having a source time zone of UTC, and destination of UTC-05:00 was creating events at the wrong time [4 hours too early]). One follow-up question for using dynamic content within the Google Calendar connector though - I've selected the Description of my event to contain the result of two fields (text) in my survey, but when the event is created, no value shows up, even though it is required, and not null. Below is a screen capture of my corrected flow (and what the dynamic content calls look like within the Google Calendar settings:
... View more
08-02-2018
07:28 AM
|
0
|
0
|
29649
|
|
BLOG
|
I've used your advice on utilizing the addSeconds command to convert my dateTime field into a readable date. My ultimate goal is to take a "start time" and "end time" (start + 20 minutes, calculated in my XLS Form), and use these to create an event in Google Calendar. I'm running into some issues with date formatting and was hoping for some advice, if possible. My flow workflow is as follows: When I run the flow, I get an error that my time is malformed (see below for full error): { "error": { "errors": [ { "domain": "global", "reason": "invalid", "message": "Invalid value for: Invalid format: \"2018-08-15 10:00:00Z\" is malformed at \" 10:00:00Z\"" } ], "code": 400, "message": "Invalid value for: Invalid format: \"2018-08-15 10:00:00Z\" is malformed at \" 10:00:00Z\"" } } While I realize this isn't a Microsoft Flow forum, I wanted to at least post the question here to see if I could get some suggestions on how to proceed. Thanks very much! Erica
... View more
08-01-2018
07:39 AM
|
1
|
0
|
29649
|
|
POST
|
Hi Kelly, I realize this is a very old post, but I still find myself wondering if it will ever be possible to view related records directly in a pop-up (instead of having to open the table). I think there are many cases where people are using Collector for inspections of one sort or another. Generally this is a one-to-many, and each related record may have a photo attachment to represent conditions at the time of inspection. It would be great for these related photo attachments to show up as thumbnails directly in the pop-up for an enhanced user experience. Also, is there any intention of making related records an option in a Story Map Journal pop-up? I am currently building a proof of concept application, and my process has slowed to a halt as I try to figure out how to get around this issue. I feel (and there are many instances of others similar complaints on the Ideas forum) as if related records are great for Collector, but then your data is kind of stuck there and not super functional in any other aspect of ArcGIS Online. Thanks, Erica
... View more
07-27-2018
11:23 AM
|
0
|
0
|
3820
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-06-2022 09:14 AM | |
| 6 | 10-24-2024 12:04 PM | |
| 1 | 04-28-2021 09:14 AM | |
| 3 | 09-06-2022 11:53 AM | |
| 1 | 01-17-2024 05:18 AM |
| Online Status |
Offline
|
| Date Last Visited |
02-14-2025
01:16 PM
|