Launch Form with default value\ based on previous screen

0
Hello -  I'm trying to launch a form (called 'Participation') from a Course overview page. I select the course, and from that page I launch a microflow and pull in the 'Participation' object in order to open the form (page). When the form opens, I want the Course Title field to default to the course that I had selected. I'm having a tough time with the microflow to pass that value.   Any ideas? Thanks, Mark
asked
1 answers
0

Hi Mark, 

Not too sure how your domain model lookks, but if your participation object has an association to just one Course object, Then you can use the text box widget with a parameter that shows the course title. When you create your parameter you should be able to select the course title through the association if its available.

 

Hope this helps!

 

answered