Hi Keerthi,
Once the user clicks on the ‘Client Feedback form’ from email you can do anyone of the two things,
Check the below link to know more about deeplink
https://docs.mendix.com/appstore/modules/deep-link/
Check the below link to know more about the page url parameter
https://docs.mendix.com/refguide/page-properties/#url
Hope it helps!!!
Hi,
Try to see if it will work if you make your feedback page the home page for Anonymous.
When I try to set feedback page as home page for anonymous, it is giving me below error.
How I have implemented is: I already created a client feedback object before sending email and using that object ID, creating a dynamic/new page url (eg:http://localhost:8080/p/pg/95138542128203730).
So to solve the above error, I need to create a microflow and get the id from url in the email and retrieve the feedback object. But how can I call a microflow on email link click?