I’m newly responsible for maintaining our knowledge base and I’ve noticed several pieces of text that are prone to changing and appear throughout the base. Product names, addresses, phone numbers, so on. It’d be great to be able to set a static variable that can be updated once and automatically change the content everywhere that variable is used.
For example, lets say I set {OfficePhone}=555-1212. Everywhere I use {OfficePhone} in the Knowledge Base, it’ll display as 555-1212.
Next week, we change our number to 555-1213. Instead of updating it every page where {OfficePhone} appears, I just change {OfficePhone}=555-1213 and the pages update automatically.
Is that possible?

