I know this is a simple question, but I have 2 lists Category and Sub Category. I want to create a cascading dropdown so that the choice of category changes the available options in the category.
The Category list contains ID, and Title
The Sub Category list contains the ID, the Category (as a lookup), Title
There is another list that contains the Category and the Sub Category and this is the list I want to add the dropdowns.
Here’s the code I currently have (and it doesn’t work)
Category.LookupValue -eq ‘[[fieldValue:Case_x0020_Category.LookupValue]]’