Yaml Encode
Converts Model, Custom Model, Collection, Collection (Custom Model) variable to a yaml encoded string.
Variable
The variable you wish to YAML encode
As
The resulting YAML encoded string
Variable
{ "a": "hello", "b": "world" }
After running the event with the above options, the As option will hold the text value
a: hello
b: world
Last modified 5mo ago