Announcement

Collapse
No announcement yet.

Http Response Saving error .

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Http Response Saving error .

    Hello Developer

    currently i am sending http request to one api through workflow in advancepack

    Now i want to save the http response send by api after sending post request in stream section of related record how to do that ?

    currently i am using lead enity for sending http request


    Thanks in Advance

  • #2
    You can use _lastHttpResponseBody variable

    I have a simple flowchart attached to Case creation that send an http request to an external service and then retrieve the result to update the target record. I used the formula json\retrieve($_lastHttpResponseBody, 'generated') to retrieve an attribute from the body, but it returns the error: function: json\retrieve, index: 1,

    Comment

    Working...
    X