Load files from NAS

Load files from NAS

Comments

  • Is it possible to load files from NAS? Im not sure exactly how to set that up

  • To retrieve a file from a network drive in your flows, you can utilize the [b]Network Read All Bytes[/b] step under [b]Integration>File>Network[/b]. The step requires the following inputs: [b]full file path[/b], [b]domain prefix[/b], [b]username[/b], [b]password[/b], and [b]server IP[/b]. This step will return bytes, which you can map into a Create Data step or any input path of the type FileData. You then want to change the mapping to Build Data on FileData and connect your Network Read All Bytes steps output into the Content field. Note: This step does not retrieve file names, so that will have to be a constant, from a data name within the flow, or merged text.

Sign In or Register to comment.