Page reference

0
Hi all, Im currently displaying 5 days weather report.i have structed how to display 5 days weather using different pages in mendix i.e,i wanna display for one day in one page,and for second day in other pages so on upto 5 days can any one suggest me how to achieve this..  
asked
1 answers
0

Use a non-persistant entity for each day you want to retrieve, since there's probably no use in saving all of the data. In a microflow button you could then retrieve the data for the next day, create a new non-persistant object, fill it with data and pass it along to a new page.

answered