Exporting Data from Interrelated Tables to CSV from App #13812
-
|
Hi everyone, I have a Student table with various data fields such as name, age and nationality. There is a host_family column that links to another table. Additionally, we have arr_date and dep_date columns, which are derived from the Group table via a formula. I need to export the Student table to a .csv file using a button action. However, this action currently does not export data that is related to other tables. Is there a way to export all the data visible in the app's table, including the related data from other tables? Thanks in advance for any help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @vinnyWebDev Unfortunately this functionality isn't available with Budibase itself, but as it's an open source project with a strong community, you may be able to find a custom plugin or even write your own. Find out how here. |
Beta Was this translation helpful? Give feedback.
Hi @vinnyWebDev
Unfortunately this functionality isn't available with Budibase itself, but as it's an open source project with a strong community, you may be able to find a custom plugin or even write your own. Find out how here.