SFHub Composite Format String
The SFHub Composite formatting feature takes a string containing fixed text and placeholders, and returns the equivalent formatted string. In a composite format string placeholders are encapsulated in braces {}.
Example:
My element name is {Name}
The composite format string consists of fixed text and one placeholder. The resulting formatted string will be:
My element name is [Tank1]. :::
The following sectionstopics cover more details on the SFHub Composite Format String.
Composite Format String Usage
Escaping Braces