Object not found

0
Hi, I have a problem here. I tried to associate 3 entities.   But when I want to use button to create the object, it will give me error like this:   Why this error happened and how can I solve this? and my page button is look like this
asked
2 answers
5

Hi Felix,

on-click of the button, call a microflow and create the objects you want to create and then associate them through associations, and then pass the Report object on the show page activity, and then on the page you can access all the objects through associations.

Let me know if you have any issues,

Hope it helps!!

answered
0

Hi Felix,

 

Can try Create object with Entity report instead of Assestment because your MyFirstModule.Page needs parameter from Entity report.
Else you would like to change the parameter needed in MyFirstModule.Page to use parameter Entity Assestment.

answered