Until today I thought I understood how it works , but now after trying for 2h, I have an issue I cannot seem to fix
I’m passing parent record ID( id={{{Account__c}}} )to a Page include we will call “Master PI”
This Page include , has multiple other Page Include inside it. Let’s Call them “Child PI”
It seems my query string is being passed properly to the Master PI page
but Child PI (with query string" id={{$Param.id}} ) are not grabbing the Parameter Id from the Master PI
Looking a console i see this:
Any idea what I’m doing wrong?
Thx