CE1568 The selected page excepted an object of type ...

0
Hello i have a page with Questions which calls a microflow which post an the data of the form the the REST API.  I try  to open the page from the navigation. But get the error :   CE1568 The selected page excepted an object of type …       Can you please help me   Erik  
asked
1 answers
1

Hey Erik, 

You have set the data source of the data view as context,

Either use a microflow to open this page and pass the vraag as the parameter.

Or

You can set it's data source to microflow and then in the microflow add a create activity which creates vraag and then return it.

 

Hope it helps!

 

answered