Hmm, it looks like there are two fields selected in the File field on step 3 and I suspect that’s why a text file is being created. As it’s likely reading the values in those selected fields as text. For context, in the absence of a file being selected we’ll assume that you’re looking to create a text file using the contents selected for that field, which isn’t what’s wanted here!
So, for that File field you’ll want to select the field from Typeform that contains the file object itself. I’m not exactly sure what the field will be called in your case, but usually a file will be in a field which says (Exists but not shown). For example:
Can you try selecting the field containing the file object instead to see if that does the trick?
Action: GDrive - Upload File (map ID of Folder from Step 2)
Ah thanks i will try this, but the problem is that i got this:
“ Unable to load choices We’re having trouble loading 'File' data (The app returned "Shared drive not found: {{145532170__field_lCUs1F4SQfjx_file}}".) “
Hey there @TJ D, hope you don’t mind me jumping in here to assist!
It looks like the way it’s currently set up, files will always be added into the KSA folder, not the folder that’s created by the Create Folder step. This is because the KSA folder has been selected from the Folder field’s dropdown menu.
To make sure that the Upload File step (step 3) always uploads files into the newly created folder, you’ll want to select the Custom value option from the Folder dropdown menu. Then select the ID field from step 2. That’ll look something like this:
The ID field contains the ID number that Google Drive uses to identify the folder. So selecting that ID will make sure that the Zap will always upload the file into the folder created by step 2.
Can you give that change a try and let us know if that gets the file uploaded into the correct folder?
Hmm, it looks like there are two fields selected in the File field on step 3 and I suspect that’s why a text file is being created. As it’s likely reading the values in those selected fields as text. For context, in the absence of a file being selected we’ll assume that you’re looking to create a text file using the contents selected for that field, which isn’t what’s wanted here!
So, for that File field you’ll want to select the field from Typeform that contains the file object itself. I’m not exactly sure what the field will be called in your case, but usually a file will be in a field which says (Exists but not shown). For example:
Can you try selecting the field containing the file object instead to see if that does the trick?