I am having some problems starting a flow, when I send a body request in json format the output generated is a string as it follow
"{
“documentNumber”:“1032450”,
“emailAssistedUser":"camilo@gmail.com”
}
"
So given this, It is not possible to parse the internal variables.
If you select the start block and then click the gear icon in the top right of Postman (next to the fork button) you should see a drop down that lets you select between text and JSON, can you make sure JSON is selected?