Hi everyone, friends, i need your help. I have database
And i wanna display this items singly in dropdown. How i can do this?
Thank you in advance
You have 1 item in the database. What is the type of “addItem” field? Text? Or is it a list of some other data types?
:each item:split by.. should work (text separator is “,”)
ok, thx 
Move the expression :each item:split by... from option caption to choices source (your data source)
it works, thank you very much!