Is it possible to create a 'select' list from data already collected in other forms?

  • Is it possible to create a ‘select’ list from data already collected in other forms?

@square9142, could you provide more details on this so that the community could also help you out to see if this is possible through KoboToolbox?

Thank you for your prompt response
In fact I would like to be able to create two types of answers, and I need an element to link them together, that’s what I would need a selection tool with an already existing value

If the data from previous forms is stored in database you can retrived the same information and populate the select list dynamically. USe a server side programming language such as php, python to fetch the data from database and generate select option based on that data.