Network Steps
  • 07 Nov 2023
  • 2 Minutes to read
  • Dark
    Light

Network Steps

  • Dark
    Light

Article Summary

Step Details

Introduced in Version7.12.0
Last Modified in Version8.16
LocationFile Management > Network

Decisions allow users to integrate with a shared network drive via Flow steps. These steps allow users to manage files using a local or Universal Naming Convention (UNC) file path.  

Prerequisites

  • Shared Network/Folder Access
  • Appropriate permissions on service account for the local computer and shared network drive
  • The IP address of the shared drive
Network Steps might not function in Containers
All steps listed under the "Network" section are only functional in v8.16 and above in Containers.

Feature Modifications
Modified in Version8.16
Modification DetailsAdded three new steps:
  • Network Get Sub Directories
  • Network Move
  • Network Rename File

Available Steps

The following table lists all the Network Steps available in the Toolbox.

Step NameDescription
Network Copy FileAllows to copy and paste a file from one path to another path
Note: Copying and pasting in the same file path is not allowed.
Network Delete FileAllows to delete a file from the given path
Network Find FilesRetrieves a list of all the Files within the directory
Network Get Sub DirectoriesRetrieves a list of all the Folders within the directory
Network MoveMoves a File from one path to another path
Network Read All BytesRetrieves the Byte data of a file
Network Read All LinesRetrieves all the text from a .txt file in a list of string format
Network Read All TextRetrieves all the text from a .txt file in a single-string format
Network Rename FileAllows to rename the File from a specified path
Network Write All BytesCreates a new file based on the given Byte data
Network Write All LinesWrites a .txt file with a given list of strings
Network Write All TextWrites a .txt file with a given string 

Step Properties

The File Network steps share some of the following input parameters.

Note:
On Containeriesd environments, the machine name cannot be used in the File Path properties. It has to be MachineIP. For example, \\MachineIP\Directories\FileName.txt.

Input ParameterDescriptionData Type
From Full File PathLocal path or a UNC path with the filename and extension
(i.e., \\ServerIP\FolderName1)
e.g., \\192.168.59.108\Network_Test
String
To Full File PathLocal path or a UNC path with the filename and extension
(i.e., \\ServerIP\FolderName2)
e.g., \\192.168.59.108\Network_Test_New
String
DataAllows to pass String, List of String, or List of Byte.String
Full File PathLocal path or a UNC path with the filename and extension
(i.e., \\ServerIP\FolderName\FilenameWithExtension)
e.g., \\192.168.59.108\Network_Test\my_test_file.txt
String
SettingsSettings to connect with the Share Network/Folder AccessNetworkedFile
ConnectionSettings

DomainPrefix
ForUsername
The domain associated when a user logs into Windows (i.e., DomainPrefix\[USERNAME]) String

PasswordUser's password for the UNC shared driveString

ServerIPOrDNSIP address or Domain Name Server of the UNC path user will connect toString

UserNameUsername for the shared drive for the UNC pathString


Troubleshooting:
If users face any issues with File Sharing, refer to Microsoft's troubleshooting guide on File sharing over a network in Windows.

Was this article helpful?