Target contains top level data viewdata view 1 that needs an object.

1
Hi All I am getting the above error when creating a simple form that allows creating a new employee in my application(note this is the first step in the application, therefore at this stage the database is empty). I created a microflow that has 2 actions to create a new user and then to call the Open form action(which is supposed to in practice open the new employee creation window). Can anyone explain to me why i am getting this error(where im going wrong) and how i can resolve it. Could it be because im am calling the creat new employee action before calling the show form(create new employee). Just a guess but not too sure really. Thank you.
asked
2 answers
0

Probably you did not specify which employee should be shown in the show form activity. See https://world.mendix.com/display/howto25/Show+a+form+using+a+microflow

answered
0

Sounds like you did not select the object that you just created in your 'open form' action. Can you check that?

answered