I have gone through few postman flow example, but still the request body is empty (as below)
Any clue? I tried to use “log”, and it’s possible to parse the request body {…}
But it’s always return null in “Send Request”
I have gone through few postman flow example, but still the request body is empty (as below)
Any clue? I tried to use “log”, and it’s possible to parse the request body {…}
But it’s always return null in “Send Request”
@weitatbipo … hi there!
The send port triggers to send the request, to send data to the request you will need to connect it to the variables below. You can edit your BIPO-DP - Update X2 request to have a variable in it’s raw body area and then send the data there.
the issue could it due to the target env is localhost?
First … congrats for getting the flow working locally. It looks amazing.
I think your guess is correct around why this is not working when deployed. Deploying causes the Flow to run on the Cloud and it will not be able to access localhost.
Is there any other URL to update your application other than localhost? You can then try sending that to the baseURL value of your request.
yea, will try to get an “internet-enabled” version
thanks for the helps