yohang22
(Yohan Florez)
March 6, 2024, 7:25pm
1
Hi
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":"[email protected] ”
}
"
So given this, It is not possible to parse the internal variables.
{
“documentNumber”:“1032450875”,
“emailAssistedUser":"[email protected] ”
}
Have you ever experienced problems like this
Hi @yohang22
Do you have a screenshot of the flow/request you can share? It will make it easier to diagnose the problem.
yohang22
(Yohan Florez)
March 6, 2024, 9:40pm
3
Thanks Daniel .
I have seen this behavior when an API Request is made using the hook
https://f51461f5d7664c729824925ecfe780af.flow.pstmn.io/
{
“documentNumber”:“10324503”,
“emailAssistedUser":"[email protected] ”
}
@yohang22
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?
yohang22
(Yohan Florez)
March 6, 2024, 10:08pm
5
Thanks Daniel. JSON is selected
Can you confirm this one is set to JSON?
1 Like
yohang22
(Yohan Florez)
March 6, 2024, 10:42pm
7
Thanks Daniel, I had text configured but I just changed to JSON in that panel and worked perfectly.
1 Like
system
(system)
Closed
March 9, 2024, 10:42pm
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.