Hello,
Is it possible to automatically populate a text field from an item on a list on the choices tab, based on an earlier selection?
I can utilize the choice filter to yield only one option, but the user still has to select that option.
I would like to have that one option entered into a text field.
I could use a calculation, but the choice list is long and therefore the calculation formula would become quite long, and updating the formula would be one more step when adding or deleting items from that list, and would introduce more opportunity for error.
Automatically entering the choice into a text field is the cleanest and most efficient way to accomplish what is needed in the form.
Thank you for your help!
Solved! Go to Solution.
Assume you have something like if selected value is A, return '1' in the new row? then B returns 2?
You can create a csv table and have the value pull the data from the matching value in the csv table. This is known as pulldata.
The CSV can be published with the survey via the media folder and updated the same way.
Or you can publish the CSV to ArcGIS Online as a csv item and then connect it to the survey (useful if your values change frequently and you want to update the csv without republishing the survey).
Assume you have something like if selected value is A, return '1' in the new row? then B returns 2?
You can create a csv table and have the value pull the data from the matching value in the csv table. This is known as pulldata.
The CSV can be published with the survey via the media folder and updated the same way.
Or you can publish the CSV to ArcGIS Online as a csv item and then connect it to the survey (useful if your values change frequently and you want to update the csv without republishing the survey).
Thank you for your reply and pointing me to the pulldata functionality. Not only did this resolve the original challenge I was having, about which I posted, but external tables also opened up my surveys' flexibility to address a number of other challenges. Those articles were extremely helpful. Thank you!!!