Create Or Update A File
Create or update a configuration file.
Required token: Configuration Write Access
.
Parameters
Parameter | Description |
---|---|
Content | The file content (JSON). Set to "" to create an empty file. See dashboard JSON for more on the syntax of a configuration file. |
Path | The path to the file. Can be obtained via the List Files action. See configuration files for more information. |
Example Output
{
"status": "success",
}
Workflow Library Example
Create or Update a File with Dataset and Send Results Via Email
Preview this Workflow on desktop