Community
Connect with us and enhance your M-Files experience using Extension Kit for M-Files. Here is how to get started.

When you insert a boolean property into the e-mail body configuration (html) you may want to configure the way it appears in the message.
For example I am working on message containing a table where a boolean True should appear as "X" in the relevant box, and a Boolean False should appear as a blank (nothing).
Elsewhere in the same message True should appear as "Yes" in the local language, which may be different from the server language.
Is that possible at all, and if yes, how can we configure it?
Hi @karl-lausten,
At the moment, this is not on our roadmap. Supporting configurable boolean representations would require handling a large number of edge cases. For example, the same property may need to be represented differently depending on the module, or even differently within the same rule depending on where it is used.
As a workaround, you can use Property Operations to populate one or more additional properties with the desired values (for example, "X", "Yes", or an empty string) and then use those additional properties when composing the e-mail body. This approach provides the flexibility to format the output exactly as needed for each use case.
Best regards,
Nika