Save Action

Description

Saves the value to a file with the given key.

If the file already exists, the key will be added to the file.

If the key already exists in the file, the key will be overwritten in the file.

Parameters

Key The unique key we want to use to identity the data we are saving.

Value

The value we want to save.

Error Handling

[Optional] Events triggered when an error occurs.

Override Default Settings

[Optional] The settings we want to use to override the default settings.

Examples

ES3 Save Action