Converting hexadecimal stored value of string list

Converting hexadecimal stored value of string list

Comments

  • Hello!
    I have a string list saved to the database. However, this data is saved as a hexadecimal and i need to convert it into a readable form to use in my flow?

  • Hello!
    List variables are serialized and stored as a serialized blob in the database. To use the data in a Flow, we will need to use the Fetch Entities step.

Sign In or Register to comment.