Resolution of object via Import mapping error

0
Hey   Could someone help me to solve this error. I am trying call rest API and trying to map the response via Import Mapping. In the import mapping i have selected the following    Obtain Mendix object: Call a Microflow Select Microflow : Defined my custom microflow to simply create object based on a condition   Refer Screenshot         I am getting this error for correctionId and ingestionTime         EDIT 1 I have create this import mapping via JSON Structure. Just in case somebody wants to know.
asked
2 answers
0

Hi Rohit Shewale,

                                  In Consuming the Rest Service the Key element is to pick-up the data which can’t be used as value, In the top You can see Map automatically option, Just click it and the rest will be done automatically. Try this onces.

answered
0

Hey  @Gurumoorthy

 

When i created the import mapping i had created and mapped it to the entities in the same way as you are mentioning

 

But by default it selected Create new object, this behaviour i dont want .. i want to call a microflow to create object 

 

See below image

 

 

 

answered