Storage of a string list in hex
Storage of a string list in hex
Comments
-
Hi I am trying to populate a decisions table via script.
It has been designed to store string list as image datatype.
ORM is able to retrieve the hex values as a string list and vice versa.
Is there a way I can run some code to convert back and forth?
[i]edited by CryptoKat1776 on 11/2/2020[/i] -
I think this can be done, but Decisions natively serializes and deserializes data when you fetch the data using a "fetch" or "get" step. So I would recommend leveraging this native function in Decisions, rather than creating something custom that then has to be maintained.