Jsoninput
Hello,
I have an orchestration which has a JSONinput defined as input. It starts with a custom request and takes the inputs and set them up in variables. After that it has a message step which emails all the variables it got from the json. When the orchestration is run manually from orchestration studio it gets the inputs and the orchestration runs successfully.
But when the orchestration is called from postman it gives the error as JSONinput is empty or null.
Has anyone else faced the same issue?why does it not get the input?
Thanks