I’m creating a scenario where, once a Google Form is submitted, a Google Drive folder is created, along with a Google Doc containing the form responses. I also need to create a new Google Form with a file upload field that is linked to the information from the original form submission. The link to this new form would be saved in the previously generated Google Doc, so the admin can copy and share the form URL for users to submit their files.
However, I recently discovered that the “New Form” module does not support adding a file upload field to the form. I also tried using the “Edit Form” option, but it only modifies the existing form instead of duplicating it.
How can I achieve file upload functionality in a way that associates the uploaded file with the data from the original form submission?