Error in Importing and Exporting Your Data from learning path of Mendix Academy

1
Hi, I am getting error when I am trying to import data by using REST service from learning path of “Importing and Exporting Your Data”  of module 5 and I have followed all steps but still getting error JSON Structure: Import Mapping: Constant of REST Service: REST Microflow: and in studio pro error is  J
asked
2 answers
1

The link you added was too short. The link to the course is this one. So there you get the error in module 5.

You likely missed a step in setting the values of the activity ‘Call Rest’ in microflow REST_GetProducts (but I do see which). So run by the exercises one more time to see if you missed a step (but you probably already did that).

  1. To see more details about the error:
  • while running your app, in Mendix Studio Pro click on Console->Advanced->Loglevel and set the log level of “REST Consume” to trace.
  • rerun your actions triggering the error
  • view the log
  •  

2 To make it easier to see your variables that you feed to the ‘Call Rest’ activity, in your microflow, first add ‘Create variable’ and use those variables in the call ‘Call Rest’

answered
0

Looks like you have not applied the security properly. 

If there are any more unclarities, I hope you know that you can download the working model in the next chapter.

So you can cross check what did you miss.

answered