Documentation
Format message
The "Format message" module offers the option of assembling a string with one or more variable values. The module supports up to 8 different variables.

Properties
| Name | Description |
|---|---|
| Number of inputs | Number of inputs that the module should make available. |
| Format String | PHP Format String for formatting the string |
data points input
| Name | Description |
|---|---|
| Value 1 | Value 1 for forming the message |
| Value 2 | Value 2 for forming the message |
| Value 3 | Value 3 for forming the message |
| Value 4 | Value 4 for forming the message |
| Value 5 | Value 5 for forming the message |
| Value 6 | Value 6 for forming the message |
| Value 7 | Value 7 for forming the message |
| Value 8 | Value 8 for forming the message |
data points output
| Name | Description |
|---|---|
| Result | Result message from the format string and the input variables. |