It would be great if datasets were directly usable in Microflows. As it is, we can create Java actions to run datasets under the hood by passing in a a string name instead of the dataset and inject the constraints using other java actions, but it would be really great if there was a high level type safe way to do this same thing.
Execute OQL would require the following:
- An Import Mapping with the returned columns of a Dataset mapped to an Entity
- A list of parameters as defined in the dataset