Step: Save File
- Key:
save-file - Category: Utilities
- Description: Save base64 content as a file and generate a download link.
Inputs
- base64Key (select, required): Context key with base64
- fileName (text, required): File name with extension
- expiryMinutes (number): Link expiry (default 1440)
Outputs
- success (boolean): Operation success
- fileKey (text): Saved file key
- fileName (text): Saved file name
- downloadLink (text): Temporary link
- expiryMinutes (number): Validity
- message (text): Status message
- error (text): Error message
Notes
- The link is temporary; persist the fileKey if you need later access.

