Hello Cobus,
There are a few reasons this might happen. You should inspect both the Mendix console as well as the browser console for error messages, it’s very likely that at least one of the two has thrown an error.
My personal guess would be that you are restricting access to the entities in such a way that either the retrieve cannot be performed or data cannot be displayed.
Furthermore there might be issues with the specific query you’re executing, posting the query on the question might help if others can see an obvious issue with it.
Hope this helps
Ok – so the answer to this is actually a head-scratcher – Mendix gives no indication of an error. The problem was that an empty object is created, but – in fact, never used. Therefore, only the query needs to be executed in the microflow with no need for a value to be assigned.
Below is a picture of the much simpler Microflow.