Skip to main content
Version: 1.28 (Current)

Update HTML Module

This action will update the content of an HTML module.

Parameter Reference​

ParameterDescriptionSupports TokensDefault
PageIdentifies the page that contains the module. Leave empty to load the module from current page. If it's an expression, possible values are a Tab Id, a Tab Path (a valid path is //RootPage//SubPage//AndSoOn) or a Tab Name (the first one is matched, so use this carefully). Can contain context tokens (for example [SomeTabId]) and Tokens.NoNone
Module IdentifierIdentifies the module to load. Possible values are a Module Id or a Module Name. These are matched against the Page above. Can contain context tokens (for example [SomeModuleId]) and Tokens.NoNone
Regular ExpressionsOptionally, provide a regular expressions to update only a part of the content. Otherwise, the entire content is updated. Can contain context tokens (for example [MyExpression]) and Tokens.NoNone
ContentThe content that needs to go in the HTML module. Can contain context tokens (for example [Content]) and Tokens.NoNone