The database expects a string, but the multipe select gives an array. Possible solution to transform array to string and vice versa when it reads data from database?
I ended up in adding another data-parameter outside the variants-table and converting av transferring from this new data-parameter and the variants-table on each open/close of the infomodal.
The database expects a string, but the multipe select gives an array. Possible solution to transform array to string and vice versa when it reads data from database?