Data preview of Export Mapping

0
Hi Team , I have a situation where i am sending data in a POST call via export mapping . I want to see the data Json that is going into request (finally formed ) . Is it anyway that i can see the complete json formed which is going from export mapping .     
asked
2 answers
0

You could export the objects first using the export with mapping action, log the string that is generated from the export with mapping and then send the string with the call.

Is that helpfull?

answered
0

You can use a breakpointin studio pro after the JSON has been created or store it in an entity in which you store your created export mappings.

answered