
Hello,
I have the following scenario.
I have a form where participants can sign up for different activities by selecting an activity (ideally, I would prefer it to be free-text) by marking the relevant activity, and then fill in various details about themselves.
Now, I store an Excel file in Dropbox for each activity that participants can sign up for. I would like to automate the process so that, based on which activity a participant selects in the form, the correct Excel file in Dropbox is chosen, and then the content is updated with the information that the participant fills in throughout the rest of the form.
Is this possible? And how would I go about doing it?