Skip to content

Conversation

shivamvish160
Copy link
Contributor

πŸ“¦ Attachment Extractor – Flow Designer Action

πŸ“Œ Overview

The Attachment Extractor is a custom Flow Designer action for ServiceNow that retrieves metadata about all attachments associated with a specific record. It returns a JSON array containing details such as file name, size, content type, and a download link for each attachment.
Error are handled in the error evaluation section


πŸ”§ Inputs

Input Name Type Description
record_sys_id String Sys ID of the record to scan for attachments
table_name String Name of the table containing the record (e.g., incident, task, sys_user)

πŸ“€ Outputs

Output Name Type Description
attachments_json String JSON string containing metadata of all attachments
error String Error message if record not found or no attachments

Copy link

github-actions bot commented Oct 5, 2025

βœ… Valid PR for ActionPack

Thank you for your contribution. This PR complies with the CONTRIBUTING.md.
A maintainer will review this shortly. In the meantime, Happy Hacking!

@ravichandra1998g ravichandra1998g self-assigned this Oct 5, 2025
Copy link
Contributor

@ravichandra1998g ravichandra1998g left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good!

@ravichandra1998g ravichandra1998g merged commit d0c121f into ServiceNowDevProgram:main Oct 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants