Generate File
The Generate File action allows you to generate a file in your application. You can either prompt the user to download the file or pass the content to the next step.
For example, you can generate a CSV export from filtered values in a table:
return {{ui.table.filteredValue}};

Check out this article for more information about importing and exporting files in UI Bakery π
CSV import & exportLast updated
Was this helpful?