Skip to main content

I have done this man times with success.  I am passing and Id in a page include and it does not pass.  I have included a video showing the issue.
https://drive.google.com/file/d/0B409lhd9sYDcUHBLbkZ2ZnN1akU/view

is the model loaded on page load? You check if that setting is configured by looking on the model.


yes


I also tried putting in a collapsible wrapper.




Entity_Id={{{$Model.Select_Entity_Id.data.0.Id}}}



What is different about this page compared to the ones that work? If you have the same setup in other pages working perfectly, that makes me wonder what is different here or what is different on the Page Include. 

When you compare the two, what do you find that is different?


Entity_Id={{{$Model.Select_Entity_Id.data.0.Id}}}
Entity_Id=a0qj0000001YDurAAG


Here is the XML for the 2 page includes as well the Id that is being passed.


Here are the conditions on the included page


Here is how it renders.



 <grid uniqueid="sk-25xKd7-3041">            <divisions>
<division behavior="flex" minwidth="100px" ratio="1" verticalalign="top">
<components>
<richtext multiple uniqueid="sk-1nP189-4237" model="Person">
<contents><p>Entity_Id={{{$Model.Select_Entity_Id.data.0.Id}}}</p>

Could this be causing the problem?

skuid__JQueryJS:4 Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check https://xhr.spec.whatwg.org/.


Fixed


Glad to hear it. What was the problem in the end? 


Bill… looks like i’m having the same issue upon upgrading from Banzai to Brooklyn (9.5.10). I’m passing a reference field and it’s getting the name instead of the id. How did you fix it?


Reply