Announcements
hi everyone, I'm trying to bind record values from a SP list column into dropdown control in canvas app Dropdown control - > item property ->
Try below code:
Choices('Project Info'.Project_x0020_Name)
Hi @apeawakening ,
Does the column name contains a space?
If so, please try this.
Choices([@'Project Info'].'Project Name')
Best regards,
Rimmon
Its shows error, let me give you more insight, In my canvas app form , there is a text field where I want to get/ show value by looking up into another SP list values, so I just want to get all records from one column values as drop down choices values
Hi @apeawakening Is the column Project Name in SharePoint list Project Info, a choice column or a text field?
Text Field
Try this code
Distinct('Project Info', Project_x0020_Name)
Could you please show details of the error?
Or you can try this first.
TableName.ColumnName
Above formula will return a table contains all value in one column.
I'm not sure if the result is what you want.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
11manish 505
WarrenBelz 502 Most Valuable Professional
Haque 324