diff --git a/.changeset/few-suits-rule.md b/.changeset/few-suits-rule.md new file mode 100644 index 000000000..b2d9ed225 --- /dev/null +++ b/.changeset/few-suits-rule.md @@ -0,0 +1,5 @@ +--- +'@flatfile/plugin-export-workbook': patch +--- + +Add "Next" url to job completion message diff --git a/plugins/export-workbook/src/plugin.ts b/plugins/export-workbook/src/plugin.ts index df0ffad6b..15d38281e 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: `/space/${spaceId}/files?mode=export`, + label: 'Available Downloads', + }, }, })