How to import data from AutoTable to a csv file?

Hi! Could someone help me with how to export or import data from AutoTable to a CSV file?
2 Replies
Chocci_Milk
Chocci_Milk4w ago
Hello, You would need to write an export script. There is nothing built into Gadget that allows you to export the data shown in the table. I'm not sure how this would work in the context of an AutoTable. Let me ask around Take a look at this:
actions={ [
{
label: "console.log all records",
promoted: true,
action: (records) => console.log(`records:`, records),
},
]}
actions={ [
{
label: "console.log all records",
promoted: true,
action: (records) => console.log(`records:`, records),
},
]}
You could possibly send an array of ids to a global action, create the CSV and send it to the user Hello, Do you still need help here?
Gizmo
Gizmo4w ago
Do you like this answer? ​

Did you find this page helpful?