Request content for POST request (outgoing) is empty

0
Hello, I'm strugling with microflow to post some data to an external api. The request content remains empty although I configured my export mapping and json structure. This is my microflow that should post all the observation in the database:     export mapping:   Request tab: Logline with empty json:       Does anyone know why the request is just empty brackets?   Kind regards, Giel
asked
2 answers
0

It looks like your mapping is working, because it has generated the "[]" and it is being sent, so your Content-Type is also correct.

Check with the debugger that you actually have data in your list.

Another check you can do is to manually export your list through the mapping to a string so you can see this in the debugger too.

image.png

answered
0

Hello Jelle and Colin,

Thank you for your response. Yes CountObservations has the value 2, but I can't see the values of the list-entries in the variables-tab:

afbeelding.png

answered