Write File
Write a text file to a given path.
This action writes plain text to a file. It can't be used to create files that contain anything other than plain text, for example an Office 365 document with a .docx extension.
See Guidance for SFTP connector.
Input
Field | Definition | Type | Required |
---|---|---|---|
File | |||
Text Content | Text content that you want to write out to a file. | String | TRUE |
Destination File Path | Path where the file is stored, including the folder and file name. | String | TRUE |
Output
Field | Definition | Type |
---|---|---|
Succeeded | True if the file uploads successfully; otherwise False . |
Boolean |