Hi everybody,
I have the following issue:
I have a Datasource ( SP library, 'OfferSubmissions') connected to a Power App.
In the App I have a gallery that I want to filter by two conditions:
1. first condition=
I want to filter the gallery by checking whether the current App user has files submitted in the according SP library in the person column 'Submitter Name':
Filter('OfferSubmissions', Submitter Name'.Email = Var_User_EMail)
2. condition=
I have a searchbar in the App where users can browse for their files
Filter('OfferSubmissions,'ProductSearchBox_1.Text in Name)
Both work individually but not when combined. I suspect delegation being the cause,
Anyone able to help me?
Thank you and best regards
JHL