REST POST with request body

0
hi team ,  my export mapping for request body for POST  is this =   in call rest activity i select POST method and in request body i have selected the above export mapping but it gives error i.e=     what parameter i need to select ?  here i donot see any thing in parameter option =
asked
2 answers
0

You need to have an instance of Root in your microflow before you can pass it into the Export Mapping. So you can simply do a Create Object action for Root at some point before the Call REST action. This should now be available in the Parameter dropdown.

 

I hope this helps.

answered
0

hi Robert , 

i have create the instance of Root in microflow but it gives error . what is the neef to create the obj of the Root because it is empty donot have attributes . 

image.png

answered