Can I pass a non-persistable entity to a page as context parameter?

0
I have a microflow, which creates a non-persistble entity variable.  Then I use this object to pass to a page and In the page, I use this variable as the page parameter. Data source type is "context". I somehow cannot show the page.  The console gave me error: Error while applying context Error: : Error while applying context TypeError: Cannot read property '__cached_mxObj2' of null Error: : Error while applying context Error: : Error while applying context TypeError: Cannot read property '__cached_mxObj2' of null   Anyone know why?
asked
1 answers
4

Is the security applied correct? Does the user that you show the page has the right to see this entity?

answered