how to Get entity data into JSON structure to use it in anychart ?

1
that is how my entity looks like and that  what i want my chart to look like any help
asked
1 answers
-1

Hi Mohammed,

You can achieive this via microflow.

Create a Export mapping and Message Definition for the entity which you need to convert them as a JSON String. 

Create a microflow add an activity Export Mapping and call the export mapping which you created and pass the object as parameter and Set the content type as JSON and Return variable as String. 

Now, this activity will return the entity data in the form of JSON String. 

Note : I already posted the same answer in this post too : https://forum.mendix.com/link/questions/109298

 

answered