Page Layout Global Properties

Hi

I'm having some issues using a Global Property in a Page Layout. If I set a Global Property in any page it's available to all other Pages and the Layout. But If I set a Global Property in the Layout it isn't available to the Pages. Also the Global Properties from the Pages while they can be referenced in the Layout if you try to Set the Property in the IDE the Global Property isn't available. Are the globals different for Layouts and Pages?

Cheers.

Hi @Penfold,

All global properties no matter where are defined will be generated in the GlobalsService:

While Set Property action will not list these properties to be set directly you can reference them to set other properties:


You can use also Execute action to set directly such property like this:

1 Like