Store response of an integration to a Web API in a process model variable

Hello, I have made a new integration by calling a web API. In response, I have done a body parsing convert JSON to Appian Value.

My problem is that when I want to read the response from a process model, I don't know how to store that data so that it has a JSON to Appian Value format.

  Discussion posts and replies are publicly visible

Parents
  • Hi ,

    You can do the following,

    • I would suggest to create a CDT in Appian to mimic the data structure returned by the http response result
    • Use the call integration node in process to configure this integration
    • When you select the integration then in Data -> Outputs AC!result will have the http response
    • You can save it in a new process variable of the cdt type which you just created
    • On successful run of "Call Integration" node in process it will save the results in your process variable and all columns should be populated

    Let me know if you have any questions!

    Kunal

Reply
  • Hi ,

    You can do the following,

    • I would suggest to create a CDT in Appian to mimic the data structure returned by the http response result
    • Use the call integration node in process to configure this integration
    • When you select the integration then in Data -> Outputs AC!result will have the http response
    • You can save it in a new process variable of the cdt type which you just created
    • On successful run of "Call Integration" node in process it will save the results in your process variable and all columns should be populated

    Let me know if you have any questions!

    Kunal

Children
No Data