Studio Pro version with create an app with advanced page building

0
I am doing the “Create an App with advanced page building”, using Studio Pro 9.12.1. At the chapter 2.5.4 microflow,  how do I set the connection to the output of the previous activity? Is this course based on a previous Studio Pro release and now a specific input connect is not required?
asked
1 answers
0

Those are just Annotations that explain what happens inside that activity. The term ‘connection’ is a bit inconsistent with Mendix terminology. It’s meant to say ‘Association.’

So when you create the NewTeamMember object that is of entity type TeamMember, go into the activity and set the TeamMember_ProfilePicture association to the newly created $NewProfilePicture object (the output of the first activity in that microflow).

Follow the same logic when creating NewAccountPasswordData.

answered