Convert a object to a string
Convert an object to an string (in a json format)
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Object | The object you wish to convert to an string. | OBJECT | false | null |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The variable name to store the result in. | STRING | RESULT |