Generate file action

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 the full example here.

Last updated