Hello everyone, I´m new to Power Apps and I can't find a workaround for the following problem:
I´ve made a edit form based on a sharepoint list, let´s call it list1, this list as of now has 3000 records.
In a combobox I have this formula:
Item: Filter(List2; Zone= DataCardValue11.Selected.Value )
The idea of this formula is that based on the selected value on another combobox, bring items located in a sharepoint list (List2), this list has less than 50 records and will stay that way.
For example, if you pick Europe (Zone) , the combobox will show only european cities. When you are in "developer mode" it works, it only shows european cites
This formula shows a delegation warning, consequently when you submit the form as an user the field is empty. Even though the user picked valid options.
Is there a way to use another function other than filter to solve this issue?
Any help is greatly appreciated and thanks in advance!
Best Regards
Mike