Hi there,
I would like to create a drop down in a form, that contains items from a different table (data source) in an Azure database. However, the Choices function doesn't seem to work for SQL data sources.
Is this possible for SQL data sources, and if it is how can this be achieved?
Thank you in advance !
Setting a control items property is not influenced if is inside a form or not. So select the control, go to the items property and set it as you need.
maybe a screen shot would be more relevant in explain what you want to achieve.
Thank you for your response. Is there any way to do it inside a form?
@lujanea ,
There is no need for choices() function, use inside Items property of the ComboBox,DropDown the name of SQL table (of course, it is already has a connection in app).
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473