extract data from xml

0
I need to import the XML and XSD and extract the text content from the XML. How I call a rest API using microflow. Can anyone help me?
asked
1 answers
2

Based on the XSD you need to create an import mapping in Mendix. This can be used to mapp the data from your xml to a Mendix data structure that you can then use in your microflow.

answered