BLOG
|
Hello Whitney, I can confirm that I have it working as you describe - pulling data from the same itemsets.csv that is the source for the external selects, and editing in a webform, and it does simplify the process a bit having just one file to maintain. I am not sure why it is not working for your - I would make sure that you are working off the most recent survey123 connect, and start off with a simple test file from scratch, then slowly add some of your other features/calculations etc to see where the problem is. Also make sure that your external selects are participating in a cascading select.
... View more
06-25-2020
06:41 AM
|
0
|
0
|
2327
|
BLOG
|
Hello Whitney, it is hard to know if what I have is the exact scenario you have, but I do have a working example of a (1) survey123 webform (2) that includes an external choices option using the itemsets.csv file and (3) a different field performing a pulldata() function on that same itemsets.csv file. I am able to edit it in a web form in editing mode, so this should work. This is not however a survey123 published on an existing feature service, rather it is a published survey writing to its own hosted feature service, not sure if that makes a difference. Currently I have it working on the beta survey123, but it did work earlier on the current version as well.
... View more
06-23-2020
06:02 PM
|
0
|
0
|
2327
|
BLOG
|
I am able to add the objectid field by adding a "text" type question, with the bind::esri:fieldType set to null.
... View more
06-22-2020
06:24 AM
|
0
|
0
|
2406
|
BLOG
|
I was actually able to resolve issue #2 by setting the globalid bind::esri:fieldType = Null. This allows me to see the globalid from the inbox once submitted. But that still leaves me with issue #1. According to the post " UUIDs, GlobalIDs and GUIDs...can be easily generated from Survey123 even when disconnected" but from my testing it seems like the GlobalID (unlike manually managed UUID) is only generated once submitted online. Is that correct?
... View more
04-06-2020
11:18 AM
|
0
|
0
|
2406
|
BLOG
|
Ismael Chivite Is there anyway to access the globalid in a survey? I have a survey with a note field that allows me to open another survey using the survey123 url, and I would like to pass the globalid to that "child" survey. There seem to be 2 issues here: (1) is the globalid really generated before form submission? and (2) it seems I can't publish a form with the "globalid" field.
... View more
04-06-2020
10:21 AM
|
0
|
0
|
2406
|
POST
|
James Tedrick is this now supported? I don't see it in the documentation but just tested and seems to work.
... View more
03-30-2020
08:32 AM
|
0
|
3
|
100
|
POST
|
Hi, In my form I have a geopoint field called "inspectionLocation" and then two fields that capture the coordinates through the calculation column: inspectionY: pulldata("@geopoint", ${inspectionLocation},"y") inspectionX: pulldata("@geopoint", ${inspectionLocation},"x") And then I pass that into a geopoint row in the repeat once again through the calculation column: ${inspectionY} + " " +${inspectionX} Hope that helps.
... View more
03-03-2020
06:57 AM
|
0
|
1
|
242
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|