Skip to content

Commit 4a664e6

Browse files
committed
make dir prop optional in Download Attachment
Since file content is returned from the `run` method of the action, the action can be used in Connect without persisting the file for later use.
1 parent 37ed507 commit 4a664e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/zoho_crm/actions/download-attachment/download-attachment.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export default {
4242
type: "dir",
4343
accessMode: "write",
4444
sync: true,
45+
optional: true,
4546
},
4647
},
4748
async run({ $ }) {

0 commit comments

Comments
 (0)