How do you input a Form Object if you cant select the Form Object from the Show Form?

2
2 Administration Microflow 'Microflow1' Action activity 'Show 'HomeForm'' No form object selected to pass to target form.
asked
3 answers
2

You have to make sure the form object to pass to target form is in your context in order to select it in the show form activity. You can retrieve the object before the show form activity or use the object as an input parameter in your microflow.

answered
2

Via Microflow, select the object to display, and then do a show form action where you pass the selected entity to the form.

answered
1

https://world.mendix.com/pages/releaseview.action?pageId=10420581

answered