Good Morning All,
I have been working on an app that will have a set of cascading dropdowns that pull their options from a lookup list on sharepoint, then the app writes to a different sharepoint list. The cascading section is not where I am having issues. I have the dropdowns pulling info from the lookup list properly in editor, but in a published version they will not display any options. I have found that when I have an empty sharepoint list they work perfectly, but once I have an entry in the sharepoint list the dropdowns fail. This lead me to look at the data card defaults which were set to ThisItem.MyColumn. The Column was the one that it was supposed to write back to. This default now throws an error. What should I have there? and will fixing that fix my larger issue?
My syntax in the first dropdown, which should function independent of the second one, is as follows.
Sort(Distinct(Filter(PowerApp_Tiered_Lookup, Lookup_Value_1 = "Keyword"),Lookup_Value_2),Result)