How can I pass 2 objects to the page using Microflow?

1
Hello, I have a page with 2 “Data Views”, so I need to pass 2 objects of different entities there. How can I do it using Microflows? The “Show page” item allows me to pass one object to the page, how can I pass 2 or more? Thank you in advance!
asked
2 answers
1

Maxim

See the answer to this forum post: https://forum.mendix.com/link/questions/93070

Hope that helps,

Mike

answered
0

It is not possible, like Mike says. You need to create an Object containing that content and references (and thereby cluttering your domainmodel) and retrieve it. Mendix is limited in passing values and objects from a page to a microflow.

There are already several ideas for improving this, ‘choose your object’ (implemented in 7.19), ‘passing primitives’ in ideas 100, 174 and 1170, planned to get implemented since feb 2018. So it might help to create an idea for this.

answered