Is it possible to auto-populate a field in Survey123 (for example, fire rescue unit number) based on the survey taker's login info? Thanks!
Solved! Go to Solution.
Have you checked out using a pulldata function? We use it to accomplish something similar to your use case. Here is a post that explains how it works. https://community.esri.com/groups/survey123/blog/2016/10/27/the-pulldata-function-access-external-da...
You can use the "username" and "email" question types to automatically record the person that is "Logged into" the survey123 application.
Thank you. Maybe I did not state my question correctly - I have already included the username and email fields in my survey (which are hidden, of course). What I am trying to do is have another survey question (Fire Rescue Unit Identifier - engine number), that would be auto-populated based on username. This question would be visible in the survey. For example, for user Bruce Miller from Engine 12, based on his username bmiller, the Unit Identifier survey question would auto-populate Engine 12.
Have you checked out using a pulldata function? We use it to accomplish something similar to your use case. Here is a post that explains how it works. https://community.esri.com/groups/survey123/blog/2016/10/27/the-pulldata-function-access-external-da...
Yes! That is exactly what I ended up using. I created a pulldata formula and it worked perfectly. Thanks!