| P | ppradhan@live.com author 11/6/2022 | 
| I tested for with multiple selection and found that if I select upto 2 values, it does add 2 entries. But if selection is more than 2, it does not write in the database. | |
|   | Sergey Kornilov admin 11/6/2022 | 
| Lookup wizard field needs to be a varchar field. If it is numeric, PHPRunner will try to convert the enetered value to a number and it will truncate the value, even if you are not saving it in the database. | |
| P | ppradhan@live.com author 11/7/2022 | 
| Thank you Admin, it worked like charms after adding an additional field with VARCHAR. | |