I’m running into a problem similar to the one identified in this post:
https://community.skuid.com/t/page-include-inside-a-page-include-query-string-issue
However, after reading the post, the solution wasn’t mentioned, just that the problem was solved.
Here is my issue:
I’m trying to load a Child Page for a Case from a Parent Page for a Case using the PageInclude component. However, it seems that it cannot pass the Id of the Parent Page’s object to the Child Page using any of the following Query Strings:
id={{$Model.CaseParent.Id}}
id={{$Param.Id}} < — doesn’t work
id=5001400000xSWNn
I thought I understood how PageIncludes work, but this is really throwing me for a loop.