How to insert values in associative entities?

0
For example: there is two entities which is in association and I want to insert values in both at same time and want to show that combined information in data grid or list but When I am trying to do it then associative entity's attribute are not editable . I got from some communities post that I have to use microflow but how to do that ? Although I created some microflows but what will be the approach from scratch to create that microflow?
asked
2 answers
2

Hi Harshit varshney,

Create two objects in the microflow and set the association and pass this two objects to the page.

Thankyou.

microflowans.pngassoc.png

answered
2

Hi Harshit varshney,

The main Usage of Parameters is to pass a existing object from one page to microflows or from microflows to another page. we are using a object created some where else and bringing them into scope of our microflow by passing it through parameter.

Refer this Docs:https://docs.mendix.com/refguide/parameter/

 

Thankyou.

answered