Hi there,
Is there a way to use a Choice within a Power Apps Solution in a Canvas app?
For example, if I create a Choice as follows.
Can this Choice list be used in a Canvas app dropdown some how as per below screenshot?
I think I saw a video where @RezaDorrani you did this, but I cannot find the video again 😞
Any help is much appreciated.
Thanks
Solved! Go to Solution.
Hi @Nick1 ,
I suggest you try this method:
1\Add a new column for a table and select 'Department' as the 'Choice'
2\Add the table as the data source of the canvas app
3\Add a combo box and set it's Items property to:
Choices(Furnitures.DepartmentCC)
Best Regards,
Bof
Hi @Nick1 ,
I suggest you try this method:
1\Add a new column for a table and select 'Department' as the 'Choice'
2\Add the table as the data source of the canvas app
3\Add a combo box and set it's Items property to:
Choices(Furnitures.DepartmentCC)
Best Regards,
Bof
User | Count |
---|---|
153 | |
100 | |
88 | |
78 | |
58 |
User | Count |
---|---|
192 | |
188 | |
106 | |
99 | |
91 |