I would like to restrict the choices from a drop down menu to 3 choices.
Currently I have 5 choices:
Does anyone know how to do this?
I have tried: Filter(Choices(MyDataSource.Status),Value="In Progress" and "Pending" and "Finished") and sooo many ways
but it doesn't work I'M FREAKING OUT
Thanks
Solved! Go to Solution.
Hey It would be useful to understand the datasource as that can play a factor in this sometimes but firstly I can see a slight issue with the logic try this:
Filter(Choices(MyDataSource.Status),Or(Value="In Progress", Value= "Pending", Value= "Finished"))
I have done the above with the assumption a Microsoft List/Sharepoint List is your source.
This needs to be an Or and not an And
Signature:
If you appreciated my comments/responses please be sure to Like/Kudo them it really does make me smile 🙂 !
Link to the Power Platform Professionals United Kingdom User Group:
Hey It would be useful to understand the datasource as that can play a factor in this sometimes but firstly I can see a slight issue with the logic try this:
Filter(Choices(MyDataSource.Status),Or(Value="In Progress", Value= "Pending", Value= "Finished"))
I have done the above with the assumption a Microsoft List/Sharepoint List is your source.
This needs to be an Or and not an And
Signature:
If you appreciated my comments/responses please be sure to Like/Kudo them it really does make me smile 🙂 !
Link to the Power Platform Professionals United Kingdom User Group:
IT WORKED, THANK YOU SO MUCH I LOVE U!!! (my data source was actually Sharepoint haha)
Haha I am happy to hear that 🙂 ! have a Fantastic day and good luck with your App!
Signature:
If you appreciated my comments/responses please be sure to Like/Kudo them it really does make me smile 🙂 !
Link to the Power Platform Professionals United Kingdom User Group:
User | Count |
---|---|
256 | |
110 | |
90 | |
51 | |
44 |