SFTP Step - Copy attachment from SFTP Server & Populate in RITM Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2024 02:43 AM - edited 10-18-2024 05:05 AM
Que .1 - Is anyone has used the SFTP Step (Copy the attachment from the SFTP Server & Populate in the RITM Table)?
How to define connection or what are Steps required to configure in flow action?
Step 1: Activate the Managed File Transfer Extensions for the SFTP Step (com.glide.hub.action_step.sftp_mft) plugin.
Step 2: Create a Connection & Credentials to authenticate the SFTP server and tag it with a flow action.
Step 3: specify the Source Path, the location of the attachment.
Step 4: Test it & verify.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2024 03:24 AM
Hi @Bimlakar Singh ,
1)Firstly integration hub pro subscription required to use SFTP step
2)If you have it, create a action and include SFTP step, Add your action to the main flow.
ex:
3)Set up details are pretty straight refer: https://docs.servicenow.com/bundle/washingtondc-build-workflows/page/administer/flow-designer/refere...
Hope this helps!!!
Thank you,
Hemanth
Certified Technical Architect (CTA), ServiceNow MVP 2024, 2025
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 01:13 AM
SFTP server is the windows server & drive is "D:/testFolder" how to define source path as want to pull all file inside of testFolder.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 01:20 AM - edited 09-14-2024 01:27 AM
Server name , port number ,file path , authentication details of server.
Follow the docs and get details from your customer about SFTP server details and configure it in flow action SFTP step. It is just configuration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2024 01:26 AM
Hi, these details I have already putted, when I'm pulling the attachment then it's giving the error "Error Message Get Stats failed: NO_SUCH_FILE: No such file" it looks like source path has issue.