Hello Uwe, there's also another, simpler way to accomplish this in the new "Send REST request (beta)".
If you put squiggly brackets around text, that turns it into a parameter.
See the example below on how to make it work:
Step 1: Set up the body like this
Step 2) Set the test value in the Parameters tab
Step 3) Provide your runtime value in the microflow action
Hi Uwe Friedrich,
What you have created so far is correct, to get the desired Json String, Use Export to Mapping Activity before the rest call and pass the Export mapping the Root object to the Export to Mapping activity.
In your microflows, you have to create the necessary objects present in the Export Mapping and associate it.
In your case Create Query object ( Root Object ) , Create parameters object and associate it with Root object, create parameter object and set the values, either hardcode or pass it via the microflow parameters.
For your Reference Hope this helps
Thanks for your answer, I have one more question:
What type of tool/item or what ever I have to use to "Create Query", "Create Parameter" and so on? When I use the search, which opens when I press the "+" sign I cannot find "Create Query" or similar:
Where I have to place this things - here?
Thanks for your help.