×

Set Value

iOS 14 +

Notes

Inserts or updates the value at the specified key path. The value can be a text, number, list, dictionary or a file. By default the action does not allow overwriting lists and dictionaries. This can be configured in the action. When storing a file, the "Filename" parameter can be used o specify the name of the file.

Syntax

setValue(keyPath: <#String (Allows Variables)#>, values: <#Variable Array#>, valueConversionMode: <#Enumeration (ValueConversionMode)#>, overwriteStrategy: <#Enumeration (OverwriteStrategy)#>, filename: <#String (Allows Variables)#>)

Example

setValue(keyPath: "jsonFiles/", values: newFile, valueConversionMode: file, overwriteStrategy: alwaysAllow, filename: "New File")