Pass dynamic parameters in Export Mapping to make a REST call .

0
Hi all, I have a microflow which makes a REST call (POST). I'm not sure on how to pass a dynamic value to the export mapping i.e my request. When I use the option 'custom request template' I can send values dynamically by passing parameters but i'm not sure how to do this in export mapping. Can someone help me with an sample microflow example instead of documentation URL's. Thanks in advance.      
asked
3 answers
0

Here’s an example I did awhile back that uses a parameter with the export mapping.

https://modelshare.mendix.com/models/7976af12-8664-49b4-8d83-aa6839e25d5f/example-getapi

 

im using the export mapping to generate a json string. Hope this helps

answered
0

In the ExportMapping doubleclick the entity to get the popup "map entity '<x>' to schema obhect element '<y>'" and on the line of your Schema Value element you can select any Entity attribute having the type need and select a microflow that you can use to create any logic you want to get the result you need.

answered
0

Thanks, but this is not working. I tried it.

answered