AppendLineTofile Step

Use this step to append a line of text information to a text file.

Last published at: September 11th, 2024

Description:

This step appends a line to the file, provide a file path and the content to append.  Adds the content to the end of the file. File is created, if the file doesn’t exist.

Inputs

  • inputFilePath– Path for the file (on the App Server)
  • appendText– Enter you text to be append in the file
 

 

Returns

  • True – step executed successfully
  • False – step failed to execute
 

 

Usage:

 

 

Example:

Let's build and execute the “appendLineToFileDef” example.

  • Create a new definition called “appendLineToFileDef”
  • Select the definition and click the “design” button
  • Drag a "appendLineToFile" step to the canvas
  • Connect the dots between the start and "appendLineToFile" step
  • Click the “appendLineToFile” step to configure its “Settings” properties. Provide a name to the step. Provide the text information to append. Provide the text file path. 

 

  • Click the “appendLineToFile” step to configure its “Advanced” properties. Select “Yes” to append a new line character. 

 

  • The “Logging” setting configuration is necessary for documentation and also measures the workflow progress and the percent complete. This is achieved by configuring the step state and percent fields individually, as shown in the images below. Configure the “Logging” using the following properties.

 

  • Save the process definition, create a new process instance, and execute. Render the process instance. Click on the process step to view the properties. The step should append the text to the file.
  •  Render the process instance and inspect the step variable/properties. Also, navigate to the file path and download the file to inspect the new addition. 

 

Definition Sample:

You may download the sample definition from the link here and later import it (drag-drop) to your FlowWright Process (XML) and Form Definition (HTML) page. After import, you will need to verify the process steps and complete the database configuration, if any. 

https://github.com/FlowWrightCode/FW10Steps/blob/main/appendLineToFileDef.xml