Dynamic data on homepage of native mobile app

0
Hi All, I am developing a native mobile app. I wanted to display a dynamic text (eg: current count of requests) which will get data from a microflow in the homepage. I have used ‘format string’ widget to achieve the same in web application. But the widget ‘format string’ is not showing in the toolbox for native mobile module. Can someone help? I am using mendix 9.0.5. Regards, Megha
asked
1 answers
2

Just use a text widget to show a value you store in your page object. Using a datasource nanoflow, you can create an object of a non-persistable entity and use that on your homepage. Store the result of your microflow in an attribute that object and use a normal text widget to display it.

answered