Populate picker from database

hello
I am trying to get a list of customers from my database into a picker
I manage to read the database and put the customers in a list on the screen, howerver I don’t manage to populate the picker
any help there?
thx
Pascal

1 Like

Same question/problem here.

I did find a spanish video with some explanation, however not always easy to understand

I got it to work, by putting the name of the column in my database in the prop value and prop name on the Picker field, not sure if this is the best solution… also I did a modify control on Data obtained callback on my Onload of the screen

1 Like

Thank you so much. I was able to pull data from an API and then save it in the Application Data, and then did your approach of using the columns for Prop Value and Prop Label, and the picker was populated successfully of the data coming from an API.