top of page

E2F: Remove File Extensions

Leverage the Remove File Extensions apex action to include specific file extensions or exclude specific file extensions as a part of your flow.

Inputs

Email Attachments

The email attachments associated with the email

Include File Extentions

True to include the File Extensions referenced.  False to exclude the File Extensions referenced.

File Extensions

Comma delimited list of file extensions (example: pdf,txt,docx)

Outputs

Email Attachments

The remaining email attachments after the process has run

isSuccess

Set to True if the apex action was successful.  Set to False if an error was encountered.

Error Message

If status is “Fail”, the message of the error encountered

bottom of page