Skip to content
FlowHubFluxonLab
Nextcloud
Nextcloudfree

Convert Typeform data into Spreadsheet

by Jan Oberhauseradapted from n8n official workflow galleryUpdated Aug 2026
RequiresNextcloudNextcloud
Share Post Share
Typeform TriggerNextCloudSFSpreadsheet FileMeMergeSFSpreadsheet File1Spreadsheet Fil…NextCloud112345
1/5
STEPS · 5
Starts on an incoming request

Trigger on new Typeform form submission Get existing spreadsheet-file from NextCloud Read data from file into flow Append a new row to flow-data Convert flow-data to a spreadsheet-file Save updated spreadsheet-file to NextCloud Assumptions Spreadsheet file Named: Problems.xls in folder "examples". Columns Names: Name Email Severity Problem Typeform Typeform formular with questions named exactly like the columns of the Google Sheet.

Tags

n8nreference-onlynext-cloud
Connects
nextcloudNextcloud
CategoryNextcloud
Triggermanual
Complexitymedium
Nodes6
AddedNov 14, 2019

Related workflows

See all Nextcloud
Wnextcloud
free

Backs up n8n Workflows to NextCloud

Temporary solution using the undocumented REST API for backups with file versioning (Nextcloud)

by dave
Wnextcloud
free

Manage folders in Nextcloud

Companion workflow for enhanced Nextcloud node docs

by amudhan
nextcloud
free

Save email attachments to Nextcloud

This workflow will take all emails you put into a certain folder, upload any attachements to Nextcloud, and mark the emails as read (configurable). Attachements will be saved with automatically generated filenames: 2021-01-01_From-Sender-Name_Filename-of-attachement.pdf Instructions: Allow lodash to be used in n8n (or rewrite the code...) NODE_FUNCTION_ALLOW_EXTERNAL=lodash (environment variable) Import workflow Set credentials for Email & Nextcloud nodes Configure to use correct folder / custom filters Activate Custom filter examples: Only unread emails: Custom Email Config = ["UNSEEN"] Filter emails by 'to' address: Custom Email Config = [["TO", "[email protected]"]]

by Manu