I have SharePoint list which has Choice column ApprovalStatus and it has 4 Choices named Approved, Rejected, Pending, Expired.
How can i use these four choices as Items property of Drop down menu in Power Apps.
I have tried with Choices() but it returns the Data Record.
Thanks in advance.
Solved! Go to Solution.
Hi @pathum ,
You need in the Items
Choices(YourListName.ApprovalStatus)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
Hi @pathum ,
You need in the Items
Choices(YourListName.ApprovalStatus)
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Visit my blog Practical Power Apps
it only returns the records on that column, I need
These for Choices in drop down
User | Count |
---|---|
247 | |
103 | |
82 | |
49 | |
43 |