Hello
I have a column called test with a drop down list. I have a sharepoint list for users to fill in to request something.
I want to manually put in older requests so one option in column 'test' drop down is 'Legacy'. This is used for all old requests.
I want to hide this 'Legacy' choice in the drop down. So: from choice 1, choice 2, legacy it should only show choice 1 and choice 2. Legacy will be hidden
Before: After
Choice 1 Choice 1
Choice 2 Choice 2
Legacy Blank - Legacy option will be hidden from user)
Is there any way to hide this one single choice in a drop down column? The items are choices in the powerapps field. so Choices.Listname.Column name
Thank you