I’m trying to create a form that gets information from another form online, without using a CSV, but instead using the instance function. I’ve gotten to the part of connecting the forms, but when I try to create a select_one so the participant can select their ID, it doesn’t allow me to deploy the project. Has anyone been able to do this successfully, without using a CSV or pulldata?
Welcome to the community, @crisf27! If this is your requirement then you could do it by using the Dynamic Data Attachment
feature as outlined in this support article shared previously:
Thanks for your response. I have reviewed the entire forum, and it is exactly what I need. The problem now is the following: I connect the “instance” to Form 2, and it works perfectly when I complete my registration, but with the “text” format. What I would like is for the participant to select their number from the list of records in Form 1 instead of entering it manually. I have tried testing with a “select_one,” but in the “choices” sheet, a list is required for “select_one” to work. My question is: what function should I use to make this work without having to manually import the data while ensuring that “select_one” functions properly? Thanks for your help, colleagues.