How to use Picklist to select data and save to database

Hello everyone,
I'm new here and have one question about the Picklist. I would like to use the Picklist to select multiple items of a list and save them to a column in the database when I use the add form. I would also like to use it in the edit form where I can then change the selection and save it. I found out how to fill the source list but not how to save the selected entries in the target to the database or how to fill the target in the edit form.
Is this possible?
It would be great if someone could help me.
Thanks in advance.
Best regards,
Pascal

Hi @PascalN,

I am afraid I don't fully understand what you are trying to do. Usually you save items to a database by using the Invoke data source method action in Radzen. There should be a createXXX and updateXXX methods generated for the DB table.

Hi @korchev,
thank you for the quick reply.
I followed the instructions on the following link:


but in the end of the documentation the selected values are in the array. When I use the Picklist in a template form, I don't know what is necessary to do that the createXXX writes the value of the array into the column of the table in the database. Maybe it's very easy and I don't see the little part that is missing. Sorry for that.

You can't easily add multiple values to a single column. You probably need to convert them to a single value somehow.

Hi @korchev,
thanks for the reply. That was the question if this would work as described or if I have to find another way doing this. Now I know that I don't have to try it longer because it is not possible that way.
Thread can be closed.
Thanks and best regards,
Pascal