Skip to main content
May 22, 2024
Question

How to pass one field of result body of first integration to second integration

  • May 22, 2024
  • 6 replies
  • 0 views

This is the result of 1st integration , i want to store client guid (of result body)  in some process variable and then pass this value as input to 2nd integration .How Can I achieve this ,can someone please advise



    6 replies

    ranjiths050336
    May 22, 2024

    [mention:85ca6a2722324ac4b08c9eda0b5e1851:e9ed411860ed4f2ba0265705b8793d05] create custom output and do property(ac!result.body,"clientGuid",null) and store it in some PV

    sabat0002Author
    May 22, 2024

    [mention:676a487de73c4eea9fd34e46dd658ff2:e9ed411860ed4f2ba0265705b8793d05]   

    I have some PV named resultbody as text field , Is this correct..?

    ranjiths050336
    May 22, 2024

    you need to specify something like this property(ac!Result.body,"clientGuid",null)