The Parameter for non persistable entity cannot be used in a URL

0
Hi, on the click action I am calling a nanoflow to create an object in non persistable entity like below. Also, I need to give the page URL for 'Services_Dashboard' but I getting these error. Please help me to resolve this, thanks in advance!  
asked
1 answers
0

Non-persistables cannot be used for page URLs, only persistables can, When you put a value in the URL section of a page and can specify an attributes from a parameter you can only use persistables. The reason is that  non-persistables only exist in the user memory, you cannot make a dynamic URL that works for everyone when you use data that only exists locally for one user.

 

image.png

answered