Forum Discussion
You can “stringify” a json structure into a string, then pass that string as a parameter to the pipeline, and then “parse” the string back into a json structure in the child pipeline. You can also just pass a json structure to the child as an input document rather than a pipeline parameter, but your options of accessing that data might be more limited if you’re doing binary type operations in the child pipeline.
https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439335/JSON+Functions+and+Properties
graham-onpoint
6 years agoNew Contributor II
Thanks! I’ll be using this in future.