diff --git a/plugins/export-workbook/src/plugin.ts b/plugins/export-workbook/src/plugin.ts index df0ffad6b..962da54c2 100644 --- a/plugins/export-workbook/src/plugin.ts +++ b/plugins/export-workbook/src/plugin.ts @@ -198,6 +198,11 @@ export const run = async ( outcome: { message: 'Data was successfully written to Excel file and uploaded. You can access the workbook in the "Available Downloads" section of the Files page in Flatfile.', + next: { + type: 'url', + url: `https://spaces.flatfile.com/space/${spaceId}/files?mode=export`, + label: 'Available Downloads', + }, }, })