Missing microflow call readable capability in mendix

0
I want to write own custom logic  to handle get request by published oData service. But I am unable to find Call a microflow option. I am passing language parameter from consumed odata service and want to access it in published service.   Could please anyone help how can I handle the same.
asked
2 answers
0

You need at least Mendix 9.17 to define custom read logic. Here’s an example using a read microflow and OQL actions to provide an odata resource based on an OQL dataset joining 2 entities:

 

OQL Dataset used to get all the data:

 

 

The OData resource definition and custom read microflow:

 

Resulting Data Hub Pane datasets:

 

answered
0

You can access the HTTP request if you enable custom authentication. Other than that Mendix handles everything else. 

 

answered