SerializeToJSONString
What to use it for | Prerequisites for usage | Essential properties to set |
---|---|---|
Use SerializeToJSONString to turn a data object into a JSON string. | None. |
|
Options
Option | What is it | How to use it |
---|---|---|
Object to serialize (variable or content) | Option to indicate the input data that should be serialized. |
Example of direct entry: New With { .FirstName = "Jane", .SurName = "Doe" } |
Result
| Option to save the results to a variable, for use later in the Workflow. | Create a variable to save the results to. |
All (de)serialization Activities
, multiple selections available, Use left or right arrow keys to navigate selected items