1. Please enable pagination, By default, the "Get Items" action in Power Automate retrieves only 100 items per batch. Enabling pagination allows you to increase the batch size (e.g., 200+), ensuring that all items are fetched. Without pagination, only a subset of the list items will be returned, causing you to see fewer results than expected.
2. Check OData Filter, The filter query (Plus_vendeur eq false or Plus_vendeur eq 0) ensures that only items where the "Plus_Vendeurs" column is false are retrieved. The correct syntax depends on how the boolean column is represented in SharePoint (either as false/true or 0/1). An incorrect filter would result in unexpected or no results.