Hello,
I have a dropdown that I need to populate based on a variable. For instance, when I'm in the edit form I need the dropdown to display all of the objectives that start with "3." if the variable name varID is set to 3. If varID is set to "5" then it displays all objectives that start with "5.", etc. Any help would be appreciated.
@Drrickryp "Objectives" in the "Form-Test" list is actually a Lookup column from another List called "Objectives". It's pulling over the title field from the objectives list and it displays the values 1.1, 1.2, 1.3, 2.1, 2.2, 2.3, etc.
Sorry I didn't make that clear in the beginning.
The Items property of the dropdown should be Filter(splist, StartsWith(Objectives, varID))
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,089
Most Valuable Professional