Problem with expect an object of type

0
Hello,   I have a create object page to create a new object. I get the error ‘the selected page ... expects an object of type’. How do I fix this? I thought to fix this with a microflow to retrieve the missing object.  
asked
3 answers
3

Hi Ian,

in show page activity pass the object of NewLineService which you have created.

 

Thanks,

answered
0

Hi Ian,

Inside the  show page activity you will see object to pass in the drop down select new line service.

answered
0

Hey Ian,

The error is thrown because the page is expecting a type of object, on which a data view can either take input or show the inputs Avilable, so for this ,what you can do is, in the microflow that you created there is a show page activity,

In that show page activity, pass the object you just created through create activity.

Hope it helps!

answered