How would you get all the items in a list using Microsoft Graph API - currently only returns 200.------------------------------Romy Gutbier------------------------------
Hi Eric,I have implemented this solution and it works correctly, albeit a very blunt force way of doing it. I assume there is no query that can go down 2 levels, sort of expand on expand? Thanks!Romy------------------------------Romy Gutbier-------...
Essentially, I need the list item id based on the project number matching. The collection name is ListItems, the expanded list for the first 200 records is the value and from there need to expand the fields to find the project number and get the lis...
Eric, I'm using one of the connectors from DX. I added a new one to it for using expand.------------------------------Romy Gutbier------------------------------
I was trying to use a query filter on a field within the list at the lists level, with expand but this returns no results as the expand is on a lower level. Can you go down 2 levels e.g. the return is collection1 where .value is the lower level and ...