I am trying to limit the tables and attributes returned by querying for selected list of tables, using filter in the format of
$filter=LogicalName eq 'abc' or LogicalName eq 'def'....
when having many tables I get the above error
'Query on Entity has exceeded the maximum supported depth of filters (25).'
Is there a way to go around this limitation?

Report
All responses (
Answers (