Converting Binary HTML data to HTML

Hey @Bennaim

Instead of the “convert the encoding of a text” module you can use the built-in function toString

e.g.:

{{ toString(7.data) }}
1 Like