Hi Team,
I have a requirement where I need to post data from process model. We don't have any interface to keep the integration in save into parameter , so we need to run it in process model itself. After posting the data, we will get some id in response where I need to use the id in the next node. I was trying to fetch the id from the response and I am not able to do it as when I am calling it in expression rule or script task the response is getting considered as "reaction tree". Can anyone please help me how can I achieve my requirement.Thanks in advance!!
Discussion posts and replies are publicly visible
Use this smart service: https://docs.appian.com/suite/help/24.2/Call_Integration_Smart_Service.html
Hi Stefan Helzle , I am using the same smart service in process model, But I am not getting how to get the "id" in "Body" of the http response. Could you please help me.
When configured to parse the JSON response into an Appian value, the "result" will be a dictionary, you can navigate using dot-notation.
An example: https://docs.appian.com/suite/help/24.2/Integration_Tutorial.html#add-error-handling