Hello!
I am having issues saving my cascading dropdown to my sharepoint list.
I have list A which I am trying to save the selected dropdown 2
List B which has my lookup (to have cascading dropdowns)
The formula I am using is the following:
Distinct(Filter('ListB',ColumnA= DataCardValue.Selected.Value),ColumnB)
Column B shows a cascading dropdown depending on column a selected value, but when saving the form, the values are not showing up on my sharepoint list
THANK YOU!