My on-click pages get errors for expects an object of type Orders and I dont know why

0
The selected page 'Customer_Information' expects an object of type 'Orders', which is not available here. is something I get when I am trying to get on click actions on card actions on my home page in Mendix. What do I do to fix this?
asked
1 answers
1

This means that you probably tried to open a page with a dataview of Orders but that you did not pass that object to that page. Either pass that object by using a microflow that creates or retrieves that object and then let that microflow open the page or adjust your page so it can be retrieved through a reference or a datasource microflow.

Hope this helps,

Regards,

Ronald

 

answered