Forum Discussion

deepak_shaw's avatar
deepak_shaw
Contributor
5 years ago

Pipeline Execute - child pipeline return values to caller pipeline

Hi,
How a child pipeline returns values to caller pipeline (in Pipeline Execute snap)
Thanks,
DK

6 Replies

  • Gayathry's avatar
    Gayathry
    New Contributor II

    Thanks Bojan for your quick reply.
    Actually as per my requirement inside ‘group’ if getting a empty list ‘{}’, it should return false . But group.lengh is returning true even if list is empty(ie {}).
    eg:
    if JSON is like below it should return false.
    “group”: [
    {}
    ]

      • darshthakkar's avatar
        darshthakkar
        Valued Contributor

        @bojanvelevski: Thank you for sharing this.
        Can we check if the incoming JSON is empty or not using the same?

        Thanks.