Need help solving another delegation issue... I built a powerapp that's connected to a SharePoint list that logs in shipments and notifies the user that they have been received. In the app, I also created Datatable (In Preview) for the user to see and search through all the records with a search box.
I am using the formula below on the Datatable items:
Search('Datasource', SearchInputShipping.Text, "TrackingNumber","Shipper","Carrier","Addressee")
which gives a delegation warning. It works, but I can see the log exceeding the delegation limit quickly and could use some advice on a better way to have a search feature.
Can anyone recommend a better formula for use with a sharepoint list?