I have gallery and I implemented filter on it and I'm seeing a delegation warning. What is the best approach to remove delegation warning using the same filter?
Thanks for the help.
I have gallery and I implemented filter on it and I'm seeing a delegation warning. What is the best approach to remove delegation warning using the same filter?
Thanks for the help.
@YamiteKudasai Lookups work differently, So you have to do, Request.Value=
the request.id is a lookup sharepoint column.
@YamiteKudasai What is the datasource and what are the datatypes of the 2 thing you are trying to compare?
Moreover, if you have less than 2000 records and don't think it will ever go beyond 2K, you can ignore the delegation warning.
same delegation warning
should i do it like this? Filter('Comments' , StartsWith(Request.Id, gvCurrentRequest.ID)) sorry newbie