I have a published REST service GET url. And in the microflow of its operation I want to show a page to the anonymous user. But the show page does not work. How do we do this without Deeplink module?

0
I have a published REST service GET url. And in the microflow of its operation I want to show a page to the anonymous user. But the show page does not work. How do we do this without Deeplink module?
asked
1 answers
1

A REST service GET operation will return data and will not open a page. 

To open a page you will need to use the deeplink module or maybe use the page url option, see:

https://docs.mendix.com/refguide/page-properties#2-3-6-url

answered