Published OData service: on-demand microflow

0
Is it possible to configure a microflow for a published OData service? For example, I might have a group of files and want to expose their content as OData services and share it via Data Hub. The only way I see to do this is to read them all first into entities (persistable or not). I do not see how I can make an incoming OData request trigger a microflow that would read the file (or take the data from anywhere else on-demand). I see that there should be possible to expose REST services, but that is not what Data Hub uses.   Studio Pro v9.4.0
asked
1 answers
0

In published OData services, you can only publish persistable entities, not microflows.

answered