Json Payload for Orchestrator Http Request Activity with Get Method

Jaeyoung Jung - Nov 1 - - Dev Community

PROBLEM

Conditions on Json Payload field for orchestrator http request activity with Get method are not applied to the response.

Image description


CAUSE

Http request with Get method doesn’t receive json Payload because the conditions are set on the URL.


SOLUTION

With Get method, empty Json Payload field and put the conditions on the URL.

Image description

. . . .