Look up Service Principal Stream action fails to paginate if filter or select parameters are provided for a reduced pagesizeDescriptionLook up Service Principal Stream action fails and there is an error in the outbound https logs for the API : "Query option '$filter' was specified more than once, but it must be specified at most once."Steps to Reproduce Install Microsoft Entra ID spoke.Set up connection for Azure AD aliasOn the Look up Service Principals action, provide following inputs pagesize - 2filter : tags/any(t:t eq 'WindowsAzureActiveDirectoryIntegratedApp')Run the actionObserve the action fails with error in the second page in REST API call : Query option '$filter' was specified more than once, but it must be specified at most once.Expected : the action should work fine and able to fetch records using paginationWorkaround Please review the Fixed In or Intended Fix Version fields to determine whether any versions have a planned or permanent fix. Meanwhile, as a workaround please apply update set PRB1833227_pagination_serviceprincipal.xml to resolve the issue.Related Problem: PRB1833227