Hi everyone, I am new to n8n and have a really basic question (i think). I am using it with Supabase and Flutterflow.
I have a Post trigger that instructs n8n to retrieve some rows from Supabase, convert them to .csv then respond.
In the test mode in n8n, everything works great. A csv file is created. But how do I access that file inside of Flutterflow? I have tried to get it to return a header called “content-disposition” but it doesn’t seem to work.
Or maybe it isn’t possible and I have to store the file somewhere first?
Welcome to the community
How do you want to access the generated CSV inside Flutterflow? (or how do you want the user of your app to be able to do with the csv data?)
I’m not familiar with Flutterflow myself but it looks like you can upload and save files on Supabase storage and access files from within Flutterflow. See their documentation here: Upload or Save File | FlutterFlow Documentation