Export flows to CSV

Go to https://tools.developer.homey.app/tools/api-playground

Homey.flow.getFlows();
// or 
Homey.flow.getAdvancedFlows();

Run
Use Inspect (in Chrome Ctrl-Shft-I) Look for Network - Flow
Copy Response

That is a nearly Perfect JSON, check that in fe My Favorit online JSON Tool https://jsonformatter.curiousconcept.com/#

Pls let me know how you converted this multi-value, multi dimensional complex object to a CSV format.