Skip to content

Commit

Permalink
Add "next" URL to job completion response
Browse files Browse the repository at this point in the history
Added a "next" action in the job completion response that redirects users to the "Available Downloads" section of the Files page in Flatfile.

This enhancement provides a smoother user experience by guiding users directly to their exported files.
  • Loading branch information
colinfrederickson committed Oct 18, 2023
1 parent 06cbfb4 commit 4c4d611
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/export-workbook/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
},
})

Expand Down

0 comments on commit 4c4d611

Please sign in to comment.