I am trying to Pass value to Associate Value of Object in Microflow But Failed to pass

0
Dear Team ,   I Am using Rest(Beta) Consume Service for Consuming the Rest Service from third party .  This Is JSON which I used when Mendix created the Model for JSON          I have successfully created table parameters and long texts  but even I fetch longtext from associated value and filled the data  but data not linked with associated .   
asked
2 answers
2

Sachin,

I created a small test as follows:

JSON Structure

image.png

Import Mapping

image.png

Database Structure

image.png

 

Page

image.png

Microflow

image.png

 

Microflow Step 1

image.png

Microflow Step 2

image.png

 

Result of running microflow

 

image.png

 

Hope that helps,

Mike

 

***EDIT***

To send data to a REST endpoint, follow these steps:

Create an export mapping based on the same JSON structure

image.pngimage.png

Create a microflow like this

image.png

Example create action

image.png

Create of LONGTEXT objects

image.png

REST Call with Export Mapping

image.png

Export mapping option is only available if REST method is POST

answered
1

Thank You, For Your Reply its Great Example.

I worked and working perfect 

I Missed this thing in my association 

image.png

 

Issue Resolved . 

answered