Hi all,
Is there a workaround to solve the following delegation issue with a SharePoint list called from a Gallery:
Filter(
MySPList,
StartsWith(Num_Invoice, SearchBoxTextInput.Text)
)
Where Num_Invoice is a number.
I can see in the documentation that StartsWith is delegable for Text only, for SharePoint and Dataverse, so even if we upgrade from SharePoint to Dataverse, we will still have the same issue.
So, is there a workaround to show a text input box where the user enters a number (eg: invoice number) and the gallery below it will not have delegation issues?