Convert Text to Hexadecimal

hello @FTR, thanks for posting.

you can indeed do this conversion in Tulip. however, you will first need to convert the Text to an Integer before converting to a Hexadecimal. this Expression will work well (replacing the @Variable.Input to yours): int_to_hex(texttointeger(@Variable.Input)):

resulting App:

could you confirm this is indeed what you were looking for??

thanks again for posting!!