Anyone using a mobile device and an app for fieldwork will have fallen into the trap of taking too much data, not enough data, ran out of battery, couldn’t see the screen well enough in bright sunlight, or struggled with connections to a GPS, at least once! You don’t need to repeat these mistakes, and new fieldworkers should be able to learn from our collective experiences and avoid many of these pitfalls.
The Fieldwork Handbook is intended to be a companion (for existing) or guide (for new) fieldworkers.

This book is part instruction, story, and activities. I hope that you can learn from the information sections, have a chuckle at some of the stories (or sigh when you recognise a familiar fail), and make notes on your own fieldwork experiences in the activities. For example, there’s is a place to keep a log of the GPS hardware you’ve trialed, and a place to plan out pilot projects. When you go out in the field regardless of what digital technology you use, I believe you should always carry a paper notebook. If you don’t do that already, maybe consider this book as your field work companion!
For those of you working in the field already – you can read how people in other industries do the same things that you do, your activities are not unique. You can learn from others experiences to do better.
For those of you about to start fieldwork for the first time – you can learn tips and tricks to prepare for what you will encounter. University students studying any course that involves fieldwork are covered here, and not just GIS students. Any of the sciences, engineering, business, and arts courses that include the need to go into the field and collect data can use this book. Consider this your ‘other textbook’ for any course that includes fieldwork.
For those of you who are building apps and maps and forms and projects for use by field workers – you can learn do’s and don’ts to make the data that is collected (or used out in the field) more useful for both those that are in the field, and those that will use the data after.
What to learn more?
If you want to learn more about how this came about book, head over to the Field Notes podcast and listen to my chat with Josh and D’maia.
The Fieldwork Handbook: ArcGIS user stories storymap contains a collection of user stories that align with the different types of fieldwork projects described in the book: capture, inspection, validation, and awareness.
You can find more user stories and helpful information about field apps on each of the resources pages for our ArcGIS apps, in particular:
Is the “old” version still available? We used to be able to change the values of profile variables for testing purposes. Now, it seems we are stuck with the one available feature, with only 3 fields (which can’t be changed) and the geometry. How are we supposed to test/evaluate if it is working correctly if we can no longer put in data values? As is, there isn’t even a way to test if the null/IsEmpty is working as expected, as there are no empty fields in the hard coded test feature. Would be nice to have this feature back so… Read more »
Hi Rhett, thanks for your feedback. You can easily bring in your own data values using any of the suggestions provided within the playground, such as “Feature from a portal item” or “FeatureSet from a portal item”. This will allow you to test your expression with your actual feature attributes, instead of updating a separate feature that is unrelated to your data.
If you want to manually add/update data values, you can also just create a dictionary/array of values and use that for testing as well. Check out the debugging guide page for more info. Hope this helps!
GetEnvironment is failing in field maps. Just crashes. Is this not support at all?
Hi Doug, the released version of Field Maps is still based on 100.15 of the Maps SDKs, so is using version 1.19 of Arcade (Arcade version matrix). We’ll have an update that is built on 200.x next year, which would include GetEnvironment. Hope this helps!