Skip to main content
gautams4173
March 9, 2023
Question

Integration Result

  • March 9, 2023
  • 5 replies
  • 0 views

Hi,

I have a process model that generates a document, and the id of the document gets stored in the process variable. Now in my interface I want to call this integration and extract the document ID so that I can provide it for the document download link function for the user to download the document. Now the problem is I am unable to access the result of the integration. I tried accessing the id using 'rule!integrationRuleName.body.id' but it constantly gave me an error saying cannot index property body of reaction tree.

Can anyone help me in this, how to extract the document ID from the integration result ?

 

5 replies

harshitb6843
March 9, 2023

But why do you want to extract the document ID with an integration when the process model is in the same environment? 

gautams4173
March 9, 2023

I want to use it on a portal, so I cant access process model values directly, this is what I think

harshitb6843
March 9, 2023

If you can wait for the upgrade, you won't have to do that. They removed the need for API and integration from portals in the new release.