Hello,
So i have tried to make a form with cascading dropdowns based on sharepoint list.
Lets say we have Category: Item=
Choices('Tasks'.Category)
And custom Subcategory: Item=
Distinct(Filter(Ref_Cat,Title = DataCardValue2.Selected.Value),Subcategory)
Which works perfectly. It shows result from reference tbale where the subcategories are placed with category. Only one little issue is here and this is that the form can not be saved as its missing the original Subcategory column value. (Resulting in err. The requested operation is invalid. Server Response: A value must be provided for item)
I am sure its doable I have only forgot how and now I am completely lost.
Any Help please?