How do you edit a record in Softr UI if in your database it is an array?

if backend database field is an array such as { val1, val2 }, is there a way to edit this in the Softr UI? I tried using text, but the result is that it would create it this way { “val1, val2” }.

Hi @ann, Is it an SQL DB ?

Yes. AWS PostgreSQL.

@artur just checking in :slight_smile: