Personally Identifiable Information on Arrays

With Wix databases you can easily encrypt text. In my database, I have a column that will keep ‘array’ type values and hold various emails. However, upon selecting a value type other than ‘text’, Wix does not allow you to encrypt it.

Anyone know any workaround? Do I just need to use various text columns? Or is there a smarter way of going about it?

Thanks

Why do you need to support array type values? If you really need to do this, then…
You could stringify the array and then save it in a text field in the collection. Then when you retrieve this field, you need to parse it back to an array.