Issue with element selector for Export mapping

1
Has anyone ran into this issue? Element selector for export EDIT: I should of been more clear earlier. The JSON Structure option is missing. It looks like a display issue. Here is a link to what the import element selector looks like with the JSON structure option showing. Element selector for import
asked
1 answers
1

You need to have an xsd file or web service defined to start the mapping.

One way to create an xsd is to first create a microflow that returns a single object of the type you want to export, then publish the microflow as a webservice. In the webservice operation return type, you can select which elements to include. Once this is done you can go to the settings tab of the published web service where you can export it as an XSD.

You can then manually edit the xsd if necessary, and use it in defining your export mapping.

Update:

From Documentation for v6:

Added in 6.6.0

Importing from JSON is available since Mendix 6.6.0. 
Exporting to JSON will be made available in a later Mendix version. 

answered