Forum Discussion

LeeDuffy's avatar
LeeDuffy
New Contributor II
9 months ago
Solved

Simple JSON nesting issue

Hi All, I would like some advice/better solution to my query! I am preparing some data to send in a table via email, the data structure is as below    [{ "statusCode": 202, "statusText": "Accepte...
  • koryknick's avatar
    9 months ago

    LeeDuffy - if I read your post correctly, you are passing data as a pipeline parameter; this is against best practice.  Instead, I recommend that you leave the input view of your first snap in your child pipeline open, which will allow the data payload to be passed to the child as if it is part of the parent pipeline - no formatting or parsing necessary.

    Hope this helps!

    PS - you did not attach your sample pipeline, so I interpreted as best I could.  If you are having difficulty attaching the SLP file, you can just zip it and attach the zip file.