|
POST
|
Forms are tied to the owner of the account and only the owner can change them. (Remember a form is the json that is the actual form and the service - they are not really connected. ) This is a AGOL limitation. If you look in the My Survey Designs folder there is a .iteminfo file. Look in there and you will see the form owner and the itemid of the AGOL folder the form is in. You can change these to a different owner and then move the folder to a folder owned by the new owner. This means its pretty hard to flip back and forth it is more of a one time move. The latest 123 version I think can handle moving folders but I have not tested any of it yet. Hope that helps.
... View more
12-09-2024
06:01 AM
|
0
|
3
|
1269
|
|
BLOG
|
Could be special chars. Open in Notepad and look for anything funky or trailing ,,,,
... View more
12-06-2024
02:07 PM
|
0
|
0
|
17213
|
|
POST
|
There is a 123 widget in Experience Builder that you can maybe plug in? Or it may show you how to do it.
... View more
12-06-2024
09:17 AM
|
0
|
0
|
939
|
|
BLOG
|
No limit I have some with 10 csv. Make sure the file case is correct and no spaces in the name. If the users are online you can look into search to grab the list from a layer if you have one.
... View more
12-06-2024
07:09 AM
|
1
|
0
|
17245
|
|
IDEA
|
Agree but just an idea - Rubber tip stylus can help a lot with drawing on tablets and tends to keep them much cleaner. Those ones that are a pen on one side and rubber tip on the other are simple and work well. The Samsung Active comes with a fancy stylus and can even work in the rain. Apple makes one too but we just get the cheap rubber ones.
... View more
12-05-2024
07:19 AM
|
0
|
0
|
2018
|
|
POST
|
Yes if you try and use count-selected on itself its a dependency. I also have no idea why you would want a select multiple that can only have one choice? That is a select one.
... View more
12-04-2024
08:40 AM
|
1
|
2
|
3722
|
|
POST
|
The closest I have got to this is to turn the field to read only once the question after it is answered. This worked out fine since if you immediately make it read only as you propose, what if the user tapped by accident - they are stuck. This way they can select the first question, can change their mind, but the second they fill out the next question it goes read only and locks in their answer. Like here I am going read only as soon as they add a repeat.
... View more
12-04-2024
05:47 AM
|
0
|
0
|
3741
|
|
POST
|
Several statements get confused when nested in a if. Break it out into its own field then reference that in the if.
... View more
12-03-2024
06:13 AM
|
0
|
0
|
1546
|
|
POST
|
If you do this you will forever have html in your data and it will drive you nuts. Do not recommend. I would try adding a second value that is just the color and hide it in the form then use in the report. Not sure if reports can do color?
... View more
12-02-2024
07:45 AM
|
1
|
0
|
1144
|
|
POST
|
This means you have special chars in there. These in particular are very common if you copy paste from a PDF. Always use paste values and not just ctrl-v. Always. One way to fix without starting over is to open the CSV in Notepad. Then you can see the special chars and remove them. Using excel hides all this on you. Other way is start over and use paste values instead. This often works but not always.
... View more
11-26-2024
09:44 AM
|
1
|
0
|
2121
|
|
POST
|
As I posted above you just need to check for empty before calling first. Something like this. In theory regions could be empty too so may have to check for that as well. // Create a feature set using the 'POPREF' layer in the map var regions = FeatureSetByName($map, 'POPREF', ['POPREF']) // Intersect the current location with the regions and // get the first region var region = Intersects($feature, regions) // If the current location does intersect a feature, // return the name of the region. Otherwise, return null if (!IsEmpty(region)) { return First(region)['POPREF'] } else { return null }
... View more
11-26-2024
05:27 AM
|
0
|
0
|
1660
|
|
POST
|
That is why I think its a script error and that is what is stopping it. My guess is it goes into an error state and stops it from doing anything including submitting.
... View more
11-25-2024
01:49 PM
|
0
|
2
|
1683
|
|
BLOG
|
"New persistent offline default map in the Survey123 mobile app" Thank you!
... View more
11-25-2024
01:05 PM
|
2
|
0
|
2060
|
|
POST
|
What does the choices sheet look like? You need to check against the value in the name column vs the label column is usually the confusion.
... View more
11-25-2024
06:04 AM
|
0
|
1
|
1890
|
|
POST
|
https://community.esri.com/t5/arcgis-survey123-blog/survey123-tricks-of-the-trade-pulldata-quot-layer/ba-p/1224415
... View more
11-25-2024
06:02 AM
|
0
|
0
|
15831
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-08-2026 07:34 AM | |
| 1 | 3 weeks ago | |
| 1 | 07-08-2026 03:46 PM | |
| 1 | 07-08-2026 03:08 PM | |
| 1 | 07-08-2026 03:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|