Hi Max and Bob,
I have been using CF6 for a while now and I found this strange behaviour.
When I use a Field Select (Multi Select) together with a Save Data Action (INSERT) the data in the relevant DB Field are stored this way
In a CRUD scenario if I want to UPDATE/PATCH the same data loaded from database I receive this error
Is this a bug or I need to convert someway/somehow the data before saving.
If so this does not make much sense to me. Why in an INSERT scenario I can do it straightforward while in an UPDATE scenario I have to manipulate the data?
Regards.
Marco
I have been using CF6 for a while now and I found this strange behaviour.
When I use a Field Select (Multi Select) together with a Save Data Action (INSERT) the data in the relevant DB Field are stored this way
["on foot","bike","motorbike","car"]and so far so good.
In a CRUD scenario if I want to UPDATE/PATCH the same data loaded from database I receive this error
Error 1054 Unknown column 'Array' in 'field list
Is this a bug or I need to convert someway/somehow the data before saving.
If so this does not make much sense to me. Why in an INSERT scenario I can do it straightforward while in an UPDATE scenario I have to manipulate the data?
Regards.
Marco