the selected page import data expects anobject of type rest services helper which is not compatible with object of type ithat is available here

0
Hi, While i am working on REST API i am getting below error. the selected page import data expects anobject of type rest services helper which is not compatible with object of type ithat is available here
asked
1 answers
0

Hi Zia,

From the message you sent here it seems like that you are calling a page in the microflow which expects an object RestServiceHelper and you are passing a different type of object to that page. You should Create a new RestServiceHelper and pass it to the page or Pass the correct RestServiceHelper object to the page if it is accessible in the mciroflow . 

Is this page Called from a Navigation and from there you are calling a microflow to call the rest service ?

answered