Pass entity to another form

1
Hi all~ Now, I have an entity called "Member" which stored all the member's details, and another entity called "Health_Details" which stored the health details for all members. How can I pass the MemberID (which created in the login page) to next form which show the particular health details based on the MemberID? What should I do in the microflow? **P/S: There has an association in between. I also have the same MemberID setting in "Health_Details". Million thanks~~~
asked
1 answers
3

Your Form "Health_Details" starts with a data view on Member. Inside that data view is a data view or data grid over the association Health_Details. When you open the form, pass the current Member.

If you use default save all is done automatically. If you use a microflow you have to store the associated data explicitly.

answered