I have a query in Laserifche Workflow that is returning a binary (hex) value from the database. When I try to present the value in an email, it becomes converted to a decimal number (or a series of decimal numbers).
How can I receive a binary value and present it as a string and be untouched within workflow?
Sample return value: 0x000000000001B029
I'm having a difficult time converting or casting the value properly within the SQL query.