rriley99
3 years agoNew Contributor III
Referencing an earlier Snap
Hello. I'm trying to pass a JSON as a pipeline parameter, and I've prefixed my pipeline with a Mapper Snap to "parse" the JSON and the output of the Mapper is a JSON object I can reference later in ...
- 3 years ago
Ah, I don't know how I missed this. So I was able to do something like "JSON.parse(_input_params).foo.bar.bin". It's the same step as was in the mapper.
I'm not sure if this is more efficient than having a "set variable" function, but since that's not possible I think this will suffice.