Save Text File

The Save Text File action writes text content to a file on the server. This is useful for exporting data, saving logs, or generating files as part of a workflow.

Properties and Explanation

Text: Enter the text content to be saved in the file. This can be static text or dynamically generated using formulas.

File Name: Specify the name of the file to be created or overwritten on the server.

Server Folder: Enter the path to the server folder where the file should be saved. The path can be absolute or relative, depending on your server configuration.

  • The action expands any formulas, then writes the specified text to the given file name in the target folder.

  • Use this action to automate file generation, export results, or save custom data from your application.

Full Configuration Example

Below is a screenshot of the Save Text File action configuration, showing all properties set for text, file name, and server folder:

  • In this example, the action saves the provided text to a file in the specified server folder.

  • When the action is triggered, the file is created or updated as configured.

Last updated