Elder Marx
Elder Marx8mo ago

hey guys, sorry for the noobie question

hey guys, sorry for the noobie question, but, someone can teach me how do export an entire table (Supabase) in a PDF file using Buildship and FlutterFlow?
3 Replies
Gaurav Chadha
Gaurav Chadha8mo ago
Hi @Elder Marx , you can use the Supabase Get Row Node to extract all the data from your Supabase Table, then store the data using BuildShip storage node and create a custom logic to get all the data in a PDF, there are some prebuilt PDF node which you can use. To connect BuildShip with FlutterFlow you can refer to this - https://www.youtube.com/watch?v=2OzgeHxpMs4 Also, also have an experts program, if you would like to get your idea built in a fully functional app from Experts - https://buildship.com/experts.
Elder Marx
Elder Marx8mo ago
I have made this workflow to get a how, generate HTML and then converto to PDF, it's returns 200 OK a pdf file url, but... don't work
No description
Elder Marx
Elder Marx8mo ago
I don't know how to make this work on FlutterFlow, can you help me please?