deeplink page refresh issue

1
Hi community, I am using deeplink to access my page.and after launching the page via deeplink microflow and i try to refresh the page in browser it is throwing error as shown below. How can i reload the page without this error while using deeplink?  
asked
2 answers
4

Hi Preethi Paramesh,

The main dataview’s object that is used in that page have to be committed before. If it is not , it will result in this error. Try committing that object before refreshing.

 

 

Reason: System will check for deeplink id in DB, If it is not committed, it will result in empty object retrieve.

 

Hope it helps!

answered
0

@RishiSundar

This is my page where i m routing.which has the diffplaycoredetails as a page parameter which is non-persistent in my case

answered