So, I have a timesheet app in which users can go into a new timecard and from a dropdown list, select a list of projects and enter time against it.
The table that the Powerapp uses has a column which states whether the project is "Live Project", "Project finished" or "Project not kicked off". I only want the guys to see a dropdown list of "Live Project" options in the dropdown.
Currently, my items formula is
Search(Choices(Timesheet.ProjectDesc),DataCardValue8_1.SearchText,"Value")
I need to keep the search option in there as I allow the user to search within the dropdown, which speeds up the search for them.
Can somebody help me please?
Thanks