How to compress a string in UI Builder

Hello,

I can’t find any documentation or support topics to help with this.

Is is possible to compress a string using UI Builder to save this in the database? Currently I get a string object that is larger than the 21000 symbol limit for a text entry into the DB, I would like to compress this to save it and then be able to decompress when I need to use it again in the future. Is this possible using UI Builder?

Hi @Luc_Zentar

Unfortunately, we don’t have a built-in block that can implement this task. You can search for a solution to this task in JavaScript on the internet and then use the Custom Code block to execute that code.

Regards,
Viktor