The selected page x expects an object of type y, which is not available here.

1
I get this error when I try to add a data view on a page with an existing list view. Everything else works fine, but when I add the data view, the error comes up for every button/link that leads to this page. All I want to do is show one piece of data (not repeated as many times as there are objects in a list), but it seems I cannot do that? The error is a result of the data view only, which sits atop a database.
asked
1 answers
3

Hi Yusuf,

If you want to display the dataview for an object then that object is expected to be provided. You can do this in the following ways:

  1. Before opening the page, retrieve the object and pass that to the page you want to display it on
  2. Write a datasource microflow to retrieve and return that object for the dataview.

 

Either of these should help resolve the issue.

Regards,

Radhika 

answered