Step: JSON to String
- Key:
json-to-string - Category: Utilities
- Description: Convert a JSON object to a string representation.
Inputs
- jsonKey (select, required): Context key with JSON data
- prettyFormat (boolean): Indent for readability
Outputs
- stringValue (text): Stringified JSON
- success (boolean): Conversion success
- error (text): Error message
Notes
- Use before storing JSON into systems that require strings.

