Hi All!
It's great that Mendix started to work on nanoflows to have microflow-based logic working offline and on client side, but it's poor that you cannot place nanoflow as homepage for offline apps. I think that someone just forgot to enable them as selectable objects in modeler :)
Thank you for the use case. This is also one we had in mind.
Hi,
We have built mobile app for anonymous users, so we need to identify user with a device id to store object selectable by anonymous user. To achieve this, we need Mobile Device widget that is placed within a dataview having some attributes available to be populated by this widget. This mobile device object is non-persistent, so would be great to have a nanoflow that will create this object and open the page having this object as a context.
Hi,
This was not something that is forgotten. With the way nanoflows are implemented this is more complicated to add as nanoflows are exported with the pages and in this case you do not have a page yet. We also prioritized other features higher, so thats why this feature is currently not included yet. However, this is something that is on our backlog.
Can you tell me something about your use case?