Error in Show Page

0
I have made a button and am met with an error ‘The selected page (ResponseSummary) expects an object of type (Response), which is not available here.    Can anyone help me fix this issue please?
asked
2 answers
1

Hello 

Click the button and instead of calling the page directly, select

1.create object

2.Select the object Response

3.Choose the same page again.

Hope this helps!

answered
0

Hi Charlie,

 

You would have created page with data view which expects any entity object: Response.

if you are calling this page through microflow , before show page [Response Summary] activity create object for the entity which page expects.

 

Could you pls share screenshot? 

answered